ArcObjects Library Reference (Schematic)  

ISchematicAlgoRotateNodesAlongLinks.FlowDirected Property

Indicates if the rotation angle for each symbol's node must be computed regarding to the flow orientation defined for the links.

[Visual Basic .NET]
Public Property FlowDirected As Boolean
[C#]
public bool FlowDirected {get; set;}
[C++]
HRESULT get_FlowDirected(
  VARIANT_BOOL* pOriented
);
[C++]
HRESULT put_FlowDirected(
  VARIANT_BOOL pOriented
);
[C++]

Parameters

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

Product Availability

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

See Also

ISchematicAlgoRotateNodesAlongLinks Interface