ComponentArgument Class |
Namespace: Autodesk.iLogic.Types
The ComponentArgument type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComponentArgument(String) |
Constructor.
|
![]() | ComponentArgument(String()) |
Constructor
|
![]() | ComponentArgument(ManagedComponentOccurrence) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Name |
Gets the name.
|
![]() | Occurrence |
Gets the component occurrence.
|
![]() | Path |
Gets the path items.
|
Name | Description | |
---|---|---|
![]() ![]() | GetComponentArgumentFromObject |
Converts a general object to a ComponentArgument object.
|
![]() ![]() | GetDisplayName |
Gets the component name. This might be a path. This function is recommended for use only in a message.
|
![]() ![]() | IsContainingAssembly |
Tests to see if the component argument actually refers to the containing assembly, rather than a component within it.
|
Name | Description | |
---|---|---|
![]() ![]() | Widening(String to ComponentArgument) |
Converts a name.
|
![]() ![]() | Widening(String() to ComponentArgument) |
Converts an array of items.
|
![]() ![]() | Widening(ManagedComponentOccurrence to ComponentArgument) |
Converts a component occurrence.
|