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