StringOrAsset Class |
Namespace: Autodesk.iLogic.Types
The StringOrAsset type exposes the following members.
| Name | Description | |
|---|---|---|
| StringOrAsset(String) |
Constructor.
| |
| StringOrAsset(AssetWrapper) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Asset |
Gets the asset object.
| |
| IsNull |
Returns true if this object contains no data.
| |
| Name |
Gets the name.
|
| Name | Description | |
|---|---|---|
| (String to StringOrAsset) |
Converts a name.
| |
| (AssetWrapper to StringOrAsset) |
Converts an asset.
|