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


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

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(
  System.Double* dRepelNodeLinkFactor
);
[C++]
Parameters
dRepelNodeLinkFactor [in]

dRepelNodeLinkFactor is a parameter of type double dRepelNodeLinkFactor [out, retval]
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