This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoPartialOverlappingLinks Interface > ISchematicAlgoPartialOverlappingLinks.RepelNodeLinkFactor Property (ArcObjects .NET 10.5 SDK) |
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