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


IMdDiagramProperties.OrthogonalRouting Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* pOrthogonalRouting
);
[C++]
HRESULT put_OrthogonalRouting(
  VARIANT_BOOL pOrthogonalRouting
);
[C++]

Parameters pOrthogonalRouting [out, retval] pOrthogonalRouting is a parameter of type VARIANT_BOOL pOrthogonalRouting [in] pOrthogonalRouting is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdDiagramProperties Interface