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


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

IMdDiagramProperties.RespectFlow Property

Indicates if respect flow is active.

[Visual Basic .NET]
Public Property RespectFlow As Boolean
[C#]
public bool RespectFlow {get; set;}
[C++]
HRESULT get_RespectFlow(
  Boolean* pRespectFlow
);
[C++]
HRESULT put_RespectFlow(
  VARIANT_BOOL pRespectFlow
);
[C++]
Parameters
pRespectFlow [out, retval]

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

Product Availability

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

See Also

IMdDiagramProperties Interface