Share

ManagedComponentOccurrence Class

Provides functions and properties for a managed assembly component occurrence.

Inheritance Hierarchy

System.Object
  Autodesk.iLogic.Types.ManagedComponentOccurrence

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0

Syntax

VB

Public Class ManagedComponentOccurrence

C#

public class ManagedComponentOccurrence

The ManagedComponentOccurrence type exposes the following members.

Constructors

  NameDescription
Public methodManagedComponentOccurrence
Constructs an object from an Inventor.ComponentOccurrence.

Properties

  NameDescription
Public propertyName
Gets the component name.
Public propertyOccurrence
Gets the component occurrence.

Methods

  NameDescription
Public methodChild
Gets a child component of this occurrence.
Public methodParameter
Gets the value of a parameter in the document of the managed occurrence.

See Also

Reference

Was this information helpful?