ArcObjects Library Reference (Schematic)  

ISchematicAlgoRotateTree.Angle Property

Rotation angle of the tree.

[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
  double* pVal
);
[C++]
HRESULT put_Angle(
  double pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type double pVal [in]   pVal is a parameter of type double

Product Availability

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

See Also

ISchematicAlgoRotateTree Interface