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 > ISchematicAlgoOrthogonal Interface > ISchematicAlgoOrthogonal.DistanceBetweenLinks Property (ArcObjects .NET 10.5 SDK) |
Number comprised between 0 and 1 used to compute the distance between the links or the link segments that are overlapping so that they are separated.
[Visual Basic .NET] Public Property DistanceBetweenLinks As Double
[C#] public double DistanceBetweenLinks {get; set;}
[C++]
HRESULT get_DistanceBetweenLinks(
double* pVal
);
[C++]
HRESULT put_DistanceBetweenLinks(
double pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double pVal [in] pVal is a parameter of type double