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


ISchematicAlgoRotateNodesAlongLinks.FlowDirected Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* pOriented
);
[C++]

Parameters pOriented [in]
pOriented is a parameter of type bool pOriented [out, retval]
pOriented is a parameter of type bool*

Product Availability

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

See Also

ISchematicAlgoRotateNodesAlongLinks Interface