Displays PointView with the passed point ID. The point ID is optional. | |
Syntax: | object.ShowPointView PointID |
Parameters: |
Optional PointID As VARIANT -
|
Description: | Displays Point View with the passed point as the
root of the tree. If no point ID is passed all points in the screen
are displayed in Point View. Examples Sub GefScreen_RestartPointUpdates() CimGetScreen.ShowPointView "Tank1" End Sub |