Gets rotation range for each axis (for random rotation).
[Visual Basic .NET] Public Sub GetSymbolRotation3DRandomRanges ( _ ByRef pMinRotationX As Double, _ ByRef pMinRotationY As Double, _ ByRef pMinRotationZ As Double, _ ByRef pMaxRotationX As Double, _ ByRef pMaxRotationY As Double, _ ByRef pMaxRotationZ As Double _ )
[C#] public void GetSymbolRotation3DRandomRanges ( ref double pMinRotationX, ref double pMinRotationY, ref double pMinRotationZ, ref double pMaxRotationX, ref double pMaxRotationY, ref double pMaxRotationZ );
[C++]
HRESULT GetSymbolRotation3DRandomRanges(
double* pMinRotationX,
double* pMinRotationY,
double* pMinRotationZ,
double* pMaxRotationX,
double* pMaxRotationY,
double* pMaxRotationZ
);
[C++]Parameters
pMinRotationX [out] pMinRotationX is a parameter of type double pMinRotationY [out] pMinRotationY is a parameter of type double pMinRotationZ [out] pMinRotationZ is a parameter of type double pMaxRotationX [out] pMaxRotationX is a parameter of type double pMaxRotationY [out] pMaxRotationY is a parameter of type double pMaxRotationZ [out] pMaxRotationZ is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.