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