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


IMaplexRotationProperties2.AdditionalAngle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexRotationProperties2.AdditionalAngle Property

Additional angle to add to the value obtained from the field.

[Visual Basic .NET]
Public Property AdditionalAngle As Integer
[C#]
public int AdditionalAngle {get; set;}
[C++]
HRESULT get_AdditionalAngle(
  long* Value
);
[C++]
HRESULT put_AdditionalAngle(
  long Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type long Value [in] Value is a parameter of type long

Product Availability

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

See Also

IMaplexRotationProperties2 Interface