ArcObjects Library Reference (Carto)  

IRotationRenderer2.SymbolRotation3DRotationTypeZ Property

Gets rotation type (geographic or arithmetic) about the Z axis (hardcoded arithmetic about other axes).

[Visual Basic .NET]
Public Property SymbolRotation3DRotationTypeZ As esriSymbolRotationType
[C#]
public esriSymbolRotationType SymbolRotation3DRotationTypeZ {get; set;}
[C++]
HRESULT get_SymbolRotation3DRotationTypeZ(
  esriSymbolRotationType* pType
);
[C++]
HRESULT put_SymbolRotation3DRotationTypeZ(
  esriSymbolRotationType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriSymbolRotationType

pType [in]

  pType is a parameter of type esriSymbolRotationType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotationRenderer2 Interface