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


ISchematicLink.FlowDirection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLink.FlowDirection Property

Flow direction of the schematic link.

[Visual Basic .NET]
Public Property FlowDirection As esriFlowDirection
[C#]
public esriFlowDirection FlowDirection {get; set;}
[C++]
HRESULT get_FlowDirection(
  esriFlowDirection* FlowDirection
);
[C++]
HRESULT put_FlowDirection(
  esriFlowDirection FlowDirection
);
[C++]

Parameters FlowDirection [out, retval]
FlowDirection is a parameter of type esriFlowDirection FlowDirection [in]
FlowDirection is a parameter of type esriFlowDirection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicLink Interface