ArcObjects Library Reference (Schematic)  

ISchematicAlgoOrthogonal.DistanceBetweenLinks Property

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

Product Availability

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

See Also

ISchematicAlgoOrthogonal Interface