This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.RotationAngle Property (ArcObjects .NET 10.5 SDK) |
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
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.