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


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

ISchematicAlgoForceDirected.DegreeOfFreedom Property

Parameter value used to limit the area used to move the schematic nodes during each algorithm's iteration.

[Visual Basic .NET]
Public Property DegreeOfFreedom As Integer
[C#]
public int DegreeOfFreedom {get; set;}
[C++]
HRESULT get_DegreeOfFreedom(
  System.Int32* pVal
);
[C++]
HRESULT put_DegreeOfFreedom(
  long pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type long* pVal [in]
pVal is a parameter of type long

Product Availability

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

See Also

ISchematicAlgoForceDirected Interface