This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoAngleDirected Interface > ISchematicAlgoAngleDirected.NumberOfDirections Property (ArcObjects .NET 10.5 SDK) |
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