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

Parameters

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

Product Availability

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

See Also

IMdDiagramProperties Interface