ArcObjects Library Reference (Schematic)  

ISchematicAlgoRotateNodesAlongLinks.FlowUserDataName Property

Name of the userdata that determines the flow direction for each link.

[Visual Basic .NET]
Public Property FlowUserDataName As String
[C#]
public string FlowUserDataName {get; set;}
[C++]
HRESULT get_FlowUserDataName(
  BSTR* FlowUserDataName
);
[C++]
HRESULT put_FlowUserDataName(
  BSTR FlowUserDataName
);
[C++]

Parameters

FlowUserDataName [out, retval]   FlowUserDataName is a parameter of type BSTR FlowUserDataName [in]   FlowUserDataName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicAlgoRotateNodesAlongLinks Interface