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


IMdDiagramProperties.RespectFlow Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

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