The IDLitVisualization::GetRequestedAxesStyle function method returns a scalar value indicating the axes style requested by this visualization. This method returns the axes style request made by the first visualization within the hierarchy (beginning with the root visualization) to make a request. If none of the visualizations in the hierarchy requests an axes style then -1 is returned.
Result = Obj->[IDLitVisualization::]GetRequestedAxesStyle( )
Returns a scalar value indicating the requested axes style. Possible return values are:
|
Value
|
Requested Axes Style
|
|---|---|
| 0 |
None.
|
| 1 |
At Dataspace Minimum.
|
| 2 |
Box Axes.
|
| 3 |
Crosshairs.
|
| -1 |
No visualization in the hierarchy requested axes.
|
None
None
Introduced: 6.1