ComponentOrPattern Class |
Namespace: Autodesk.iLogic.Types
The ComponentOrPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentOrPattern(IEnumerableObject) |
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(IEnumerableComponentOrPattern) |
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 | |
|---|---|---|
| (Object to ComponentOrPattern) |
Convert an array of objects. If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.
| |
| (String to ComponentOrPattern) |
Convert a name.
| |
| (ComponentOrPattern to ComponentOrPattern) |
Convert an array of items.
| |
| (ManagedComponentOccurrence to ComponentOrPattern) |
Convert a component occurrence.
| |
| (ManagedPattern to ComponentOrPattern) |
Convert a component pattern.
|