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


IMdDiagramProperties.OrthogonalRouting Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.OrthogonalRouting Property
ArcGIS Developer Help

IMdDiagramProperties.OrthogonalRouting Property

Indicates if the graph is using orthoginal routing.

[Visual Basic .NET]
Public Property OrthogonalRouting As Boolean
[C#]
public bool OrthogonalRouting {get; set;}
[C++]
HRESULT get_OrthogonalRouting(
  Boolean* pOrthogonalRouting
);
[C++]
HRESULT put_OrthogonalRouting(
  VARIANT_BOOL pOrthogonalRouting
);
[C++]
Parameters
pOrthogonalRouting [out, retval]

pOrthogonalRouting is a parameter of type bool* pOrthogonalRouting [in]
pOrthogonalRouting is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdDiagramProperties Interface