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


ISchematicAlgoPartialOverlappingLinks.GapDistance Property (ArcObjects .NET 10.4 SDK)
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