Click or drag to resize
LegacyTelogisServiceGetHierarchyNode Method
Print this page
Get a hierarchy node specified by ID

Namespace: Telogis.API
 
Syntax
public HierarchyNode GetHierarchyNode(
	long nodeId
)

Parameters

nodeId
Type: SystemInt64
ID of the hierarchy node

Return Value

Type: HierarchyNode
The hierarchy node with the given ID
See Also