Click or drag to resize

IAssetTreeGetNode Method

Retrieves an Asset Tree Node by its unique id

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IAssetTreeNode GetNode(
	string ID
)

Parameters

ID
Type: SystemString
Unique id of the Asset

Return Value

Type: IAssetTreeNode
Tree node with matching id, or null if it doesn't exist
See Also