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


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

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(
  System.String* FlowUserDataName
);
[C++]
Parameters
FlowUserDataName [in]

FlowUserDataName is a parameter of type BSTR FlowUserDataName [out, retval]
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