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


ISchematicInMemoryFeatureRotation.InitialRotation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureRotation Interface > ISchematicInMemoryFeatureRotation.InitialRotation Property
ArcGIS Developer Help

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(
  System.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