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


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

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