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


ISchematicInMemoryFeatureRotation.Rotation 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.Rotation Property
ArcGIS Developer Help

ISchematicInMemoryFeatureRotation.Rotation Property

Rotation of the schematic in memory feature.

[Visual Basic .NET]
Public Property Rotation As Double
[C#]
public double Rotation {get; set;}
[C++]
HRESULT get_Rotation(
  System.Double* Angle
);
[C++]
HRESULT put_Rotation(
  double Angle
);
[C++]
Parameters
Angle [out, retval]

Angle is a parameter of type double* Angle [in]
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