Click or drag to resize

StringOrAsset Class

Wrapper for an asset object or asset name.
Inheritance Hierarchy
SystemObject
  Autodesk.iLogic.TypesStringOrAsset

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Class StringOrAsset

The StringOrAsset type exposes the following members.

Constructors
  NameDescription
Public methodStringOrAsset(String)
Constructor.
Public methodStringOrAsset(AssetWrapper)
Constructor.
Top
Properties
  NameDescription
Public propertyAsset
Gets the asset object.
Public propertyIsNull
Returns true if this object contains no data.
Public propertyName
Gets the name.
Top
Operators
See Also