ComponentOrPattern Class |
Namespace: Autodesk.iLogic.Types
The ComponentOrPattern type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComponentOrPattern(IEnumerable(Of Object)) |
Construct from a list of objects.
If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.
|
![]() | ComponentOrPattern(String) |
Constructor.
|
![]() | ComponentOrPattern(IEnumerable(Of ComponentOrPattern)) |
Constructor
|
![]() | ComponentOrPattern(ManagedComponentOccurrence) |
Constructor.
|
![]() | ComponentOrPattern(ManagedPattern) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | IsNull |
Returns true if this object contains no data.
|
![]() | Items |
Gets the items, if more than one.
|
![]() | Name |
Gets the name.
|
![]() | Occurrence |
Gets the component occurrence.
|
![]() | Pattern |
Gets the pattern.
|
Name | Description | |
---|---|---|
![]() ![]() | Widening(Object() to ComponentOrPattern) |
Convert an array of objects. If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.
|
![]() ![]() | Widening(String to ComponentOrPattern) |
Convert a name.
|
![]() ![]() | Widening(ComponentOrPattern() to ComponentOrPattern) |
Convert an array of items.
|
![]() ![]() | Widening(ManagedComponentOccurrence to ComponentOrPattern) |
Convert a component occurrence.
|
![]() ![]() | Widening(ManagedPattern to ComponentOrPattern) |
Convert a component pattern.
|