Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax IAssetTreeNode GetNode(
string ID
)
Function GetNode (
ID As String
) As IAssetTreeNode
IAssetTreeNode^ GetNode(
String^ ID
)
abstract GetNode :
ID : string -> IAssetTreeNode
Parameters
- ID
- Type: SystemString
Unique id of the Asset
Return Value
Type:
IAssetTreeNodeTree node with matching id, or null if it doesn't exist
See Also