Share

StringOrAsset Class

Wrapper for an asset object or asset name.

Inheritance Hierarchy

System.Object
  Autodesk.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

  NameDescription
Public methodStringOrAsset(String)
Constructor.
Public methodStringOrAsset(AssetWrapper)
Constructor.

Properties

  NameDescription
Public propertyAsset
Gets the asset object.
Public propertyIsNull
Returns true if this object contains no data.
Public propertyName
Gets the name.

Operators

  NameDescription
Public operatorStatic memberImplicit(String to StringOrAsset)
Converts a name.
Public operatorStatic memberImplicit(AssetWrapper to StringOrAsset)
Converts an asset.

See Also

Reference

Was this information helpful?