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


ISchematicAlgoAngleDirected.NumberOfDirections Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgoAngleDirected.NumberOfDirections Property

Number of directions the Angle Directed algorithm must work with.

[Visual Basic .NET]
Public Property NumberOfDirections As esriSchematicAlgoNumberOfDirection
[C#]
public esriSchematicAlgoNumberOfDirection NumberOfDirections {get; set;}
[C++]
HRESULT get_NumberOfDirections(
  esriSchematicAlgoNumberOfDirection* pVal
);
[C++]
HRESULT put_NumberOfDirections(
  esriSchematicAlgoNumberOfDirection pVal
);
[C++]

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

Product Availability

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

See Also

ISchematicAlgoAngleDirected Interface