ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.RepelNodeLinkFactor Property

Parameter value used to quickly increase the schematic link displacement between link and node when they are not connected together.

[Visual Basic .NET]
Public Property RepelNodeLinkFactor As Double
[C#]
public double RepelNodeLinkFactor {get; set;}
[C++]
HRESULT get_RepelNodeLinkFactor(
  double* dRepelNodeLinkFactor
);
[C++]
HRESULT put_RepelNodeLinkFactor(
  double dRepelNodeLinkFactor
);
[C++]

Parameters

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

Product Availability

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

See Also

ISchematicAlgoPartialOverlappingLinks Interface