IManagedAssembly.GetAppearanceAsset Method (String) |
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: 23.0
SyntaxFunction GetAppearanceAsset (
assetName As String
) As AssetWrapper
AssetWrapper GetAppearanceAsset(
string assetName
)
Parameters
- assetName
- Type: System.String
The asset name.
Return Value
Type:
AssetWrapper
Remarks
For portability of code with asset names in different languages, the
AssetNameLanguge
rule property is available. See the remarks section in
IManagedAssembly.
See Also