Click or drag to resize

IDescriptiveMetadataRemoveRelated Method

Removes an Asset relation

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
bool RemoveRelated(
	string assetId
)

Parameters

assetId
Type: SystemString
The id of the Asset to remove as related

Return Value

Type: Boolean
True if the Asset is related, false otherwise
See Also