Gets an appearance asset from the document.
An error will occur if the appearance is not found.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Function GetAppearanceAsset ( assetName As String ) As AssetWrapper
C#
AssetWrapper GetAppearanceAsset( string assetName )
Parameters
- assetName
- Type: System.String
The asset name.