Wrapper for an asset object or asset name.
Inheritance Hierarchy
System.ObjectAutodesk.iLogic.Types.StringOrAsset
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Class StringOrAsset
C#
public class StringOrAsset
The StringOrAsset type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StringOrAsset(String) |
Constructor.
| |
| StringOrAsset(AssetWrapper) |
Constructor.
|
Properties
| Name | Description | |
|---|---|---|
| Asset |
Gets the asset object.
| |
| IsNull |
Returns true if this object contains no data.
| |
| Name |
Gets the name.
|
Operators
| Name | Description | |
|---|---|---|
| Implicit(String to StringOrAsset) |
Converts a name.
| |
| Implicit(AssetWrapper to StringOrAsset) |
Converts an asset.
|
