ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.GapDistance Property

Distance between the partial links that are overlapping so that they are separated.

[Visual Basic .NET]
Public Property GapDistance As Double
[C#]
public double GapDistance {get; set;}
[C++]
HRESULT get_GapDistance(
  double* dGapDistance
);
[C++]
HRESULT put_GapDistance(
  double dGapDistance
);
[C++]

Parameters

dGapDistance [out, retval]   dGapDistance is a parameter of type double dGapDistance [in]   dGapDistance is a parameter of type double

Product Availability

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

See Also

ISchematicAlgoPartialOverlappingLinks Interface