LegacyTelogisServiceGetHierarchyNode Method |
Print this page
Get a hierarchy node specified by ID
Namespace: Telogis.API Syntax public HierarchyNode GetHierarchyNode(
long nodeId
)
Public Function GetHierarchyNode (
nodeId As Long
) As HierarchyNode
Parameters
- nodeId
- Type: SystemInt64
ID of the hierarchy node
Return Value
Type:
HierarchyNode
The hierarchy node with the given ID
See Also