Click or drag to resize

ManagedComponentOccurrence Class

Provides functions and properties for a managed assembly component occurrence.
Inheritance Hierarchy
SystemObject
  Autodesk.iLogic.TypesManagedComponentOccurrence

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Class ManagedComponentOccurrence

The ManagedComponentOccurrence type exposes the following members.

Constructors
  NameDescription
Public methodManagedComponentOccurrence
Constructs an object from an Inventor.ComponentOccurrence.
Top
Properties
  NameDescription
Public propertyName
Gets the component name.
Public propertyOccurrence
Gets the component occurrence.
Top
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.
Top
See Also