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


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

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