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


ISchematicInMemoryFeatureRotation.InitialRotation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureRotation.InitialRotation Property

Initial rotation of the schematic in memory feature.

[Visual Basic .NET]
Public ReadOnly Property InitialRotation As Double
[C#]
public double InitialRotation {get;}
[C++]
HRESULT get_InitialRotation(
  double* Angle
);
[C++]

Parameters Angle [out, retval] Angle is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureRotation Interface