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


IMdDiagramProperties.ReduceCrossings 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.ReduceCrossings Property
ArcGIS Developer Help

IMdDiagramProperties.ReduceCrossings Property

Indicates if reduce crossings is active.

[Visual Basic .NET]
Public Property ReduceCrossings As Boolean
[C#]
public bool ReduceCrossings {get; set;}
[C++]
HRESULT get_ReduceCrossings(
  Boolean* pReduceCrossings
);
[C++]
HRESULT put_ReduceCrossings(
  VARIANT_BOOL pReduceCrossings
);
[C++]
Parameters
pReduceCrossings [out, retval]

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

Product Availability

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

See Also

IMdDiagramProperties Interface