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


IMaplexRotationProperties2.AdditionalAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexRotationProperties2 Interface > IMaplexRotationProperties2.AdditionalAngle Property
ArcGIS Developer Help

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(
  System.Int32* 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