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


ISchematicAlgoPartialOverlappingLinks.RepelLinksFactor Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.RepelLinksFactor Property

Parameter value used to quickly increase the schematic links displacement for links that are very close.

[Visual Basic .NET]
Public Property RepelLinksFactor As Double
[C#]
public double RepelLinksFactor {get; set;}
[C++]
HRESULT get_RepelLinksFactor(
  double dRepelLinksFactor
);
[C++]
HRESULT put_RepelLinksFactor(
  System.Double* dRepelLinksFactor
);
[C++]

Parameters dRepelLinksFactor [in]
dRepelLinksFactor is a parameter of type double dRepelLinksFactor [out, retval]
dRepelLinksFactor is a parameter of type double*

Product Availability

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

See Also

ISchematicAlgoPartialOverlappingLinks Interface