ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.AttractNodesFactor Property

Parameter value used to quickly decrease the schematic nodes displacement between a node and its original position.

[Visual Basic .NET]
Public Property AttractNodesFactor As Double
[C#]
public double AttractNodesFactor {get; set;}
[C++]
HRESULT get_AttractNodesFactor(
  double* dAttractNodesFactor
);
[C++]
HRESULT put_AttractNodesFactor(
  double dAttractNodesFactor
);
[C++]

Parameters

dAttractNodesFactor [out, retval]   dAttractNodesFactor is a parameter of type double dAttractNodesFactor [in]   dAttractNodesFactor is a parameter of type double

Product Availability

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

See Also

ISchematicAlgoPartialOverlappingLinks Interface