IDescriptiveMetadataSource Method
|
Retrieves the
Asset this piece of descriptive metadata belongs to
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax IAsset Source(
AssetFactory map
)
Function Source (
map As AssetFactory
) As IAsset
IAsset^ Source(
AssetFactory^ map
)
abstract Source :
map : AssetFactory -> IAsset
Parameters
- map
- Type: AssetFactory
The Asset map to retrieve relations from
Return Value
Type:
IAssetThe Asset this metadata belongs to
See Also