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


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

ISchematicAlgoOrthogonal.Angle Property

Counterclockwise rotation angle from the vertical axis that determines the direction for the orthogonal layout.

[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
  System.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

ISchematicAlgoOrthogonal Interface