Share

StringOrAsset Implicit Conversion (AssetWrapper to StringOrAsset)

Converts an asset.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0

Syntax

VB

Public Shared Widening Operator CType ( 
	asset As AssetWrapper
) As StringOrAsset

C#

public static implicit operator StringOrAsset (
	AssetWrapper asset
)

Parameters

asset
Type: Autodesk.iLogic.Types.AssetWrapper

Return Value

Type: StringOrAsset

See Also

Reference

Was this information helpful?