Sets rotation range for each axis (for random rotation).
[Visual Basic .NET] Public Sub SetSymbolRotation3DRandomRanges ( _ ByVal minRotationX As Double, _ ByVal minRotationY As Double, _ ByVal minRotationZ As Double, _ ByVal maxRotationX As Double, _ ByVal maxRotationY As Double, _ ByVal maxRotationZ As Double _ )
[C#] public void SetSymbolRotation3DRandomRanges ( double minRotationX, double minRotationY, double minRotationZ, double maxRotationX, double maxRotationY, double maxRotationZ );
[C++]
HRESULT SetSymbolRotation3DRandomRanges(
double minRotationX,
double minRotationY,
double minRotationZ,
double maxRotationX,
double maxRotationY,
double maxRotationZ
);
[C++]Parameters
minRotationX [in] minRotationX is a parameter of type double minRotationY [in] minRotationY is a parameter of type double minRotationZ [in] minRotationZ is a parameter of type double maxRotationX [in] maxRotationX is a parameter of type double maxRotationY [in] maxRotationY is a parameter of type double maxRotationZ [in] maxRotationZ is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.