CT GET 3D VIEW

4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next

version 1


CT GET 3D VIEW (area; object; rotation; elevation)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
rotationRealReceives rotation in degrees (0 to 90)
elevationRealReceives elevation in degrees (0 to 90)

Description

The CT GET 3D VIEW command returns the rotation and elevation of the graph specified by area and object. This command works only with three-dimensional graphs.

rotation is the rotation of the graph around the Z-axis.

elevation is the rotation of the graph around the X-axis.

Example

This example returns the rotation and elevation of the chart specified by $ChartID in the $Rotation and $Elevation parameters.

   CT GET 3D VIEW (Area;$ChartID;$Rotation;$Elevation)

See Also

CT SET 3D VIEW.


4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next