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


IComplexJunctionFeature.RotationAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.RotationAngle Property
ArcGIS Developer Help

IComplexJunctionFeature.RotationAngle Property

The rotation angle of this Feature.

[Visual Basic .NET]
Public WriteOnly Property RotationAngle
[C#]
public void RotationAngle {set;}
[C++]
HRESULT put_RotationAngle(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

Remarks

It is recommended that developers do not use Complex Junctions in their data modeling solutions.  Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.

See Also

IComplexJunctionFeature Interface