Click or drag to resize

IDescriptiveMetadataRelatedAssets Method

Retrieves a list of related Assets, based on the Asset Map.

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<IAsset> RelatedAssets(
	AssetFactory map
)

Parameters

map
Type: AssetFactory
The map to retrieve relations from

Return Value

Type: IEnumerableIAsset
Collection of related Assets, can be empty collection if no related Assets found
See Also