This document is archived and information here might be outdated.  Recommended version.


IRotationRenderer2.SetSymbolRotation3DRandomRanges Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRotationRenderer2.SetSymbolRotation3DRandomRanges Method

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.

See Also

IRotationRenderer2 Interface