ArcObjects Library Reference (GeoDatabase)  

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