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


ISchematicInMemoryFeatureLink.FlowDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLink Interface > ISchematicInMemoryFeatureLink.FlowDirection Property
ArcGIS Developer Help

ISchematicInMemoryFeatureLink.FlowDirection Property

Flow direction of the schematic in memory 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

ISchematicInMemoryFeatureLink Interface