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