The SetObjectDataManagerType method sets the data manager type.
Syntax
object.SetObjectDataManagerType( Type )
Parameter |
Type |
Description |
Type |
required; view data, statistics, or coordinates |
Example
This example sets the data manager to display object coordinates.
Plot.SetObjectDataManagerType( Type:= mvODMCoordinates )
Used by: PlotDocument object