ICMSPageFactoryAssetMap Property
|
Note: This API is now obsolete.
Gets the Asset Map.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax [ObsoleteAttribute("Replaced by AssetFactory")]
IAssetFactory AssetMap { get; }
<ObsoleteAttribute("Replaced by AssetFactory")>
ReadOnly Property AssetMap As IAssetFactory
Get
[ObsoleteAttribute(L"Replaced by AssetFactory")]
property IAssetFactory^ AssetMap {
IAssetFactory^ get ();
}
[<ObsoleteAttribute("Replaced by AssetFactory")>]
abstract AssetMap : IAssetFactory with get
Property Value
Type:
IAssetFactorySee Also