GRAPHISOFT®

Python APIVersion: 0.23 Beta

GetNavigatorItem

Retrieves a navigator item identified by it's GUID.

def GetNavigatorItem (guid, mapId) -> APIObject

 

Parameters

guid
[in] The GUID of the navigator item.
mapId
[in] (optional) ID of the navigator map. See API_NavigatorMapID for available navigator maps.

 

Return Values

This function returns an APIObject which represents a navigator item.

 

Remarks

For information on how to interpret the returned APIObject, visit the documentation of API_NavigatorItem structure.

 

Requirements

Version: Python API 0.2 or Later
Module: GS

 

See Also

GetNavigatorTree, CreateNavigatorItem, ChangeNavigatorItem, DeleteNavigatorItems

All functions