ArcObjects Library Reference (Schematic)  

ISchematicAlgoLinearDispatch.NodesMovements Property

Node placement option for the layout.

[Visual Basic .NET]
Public Property NodesMovements As esriSchematicMovementType
[C#]
public esriSchematicMovementType NodesMovements {get; set;}
[C++]
HRESULT get_NodesMovements(
  esriSchematicMovementType* pVal
);
[C++]
HRESULT put_NodesMovements(
  esriSchematicMovementType pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriSchematicMovementType

pVal [in]

  pVal is a parameter of type esriSchematicMovementType

Product Availability

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

See Also

ISchematicAlgoLinearDispatch Interface