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


ISchematicAlgoPartialOverlappingLinks.GapDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoPartialOverlappingLinks Interface > ISchematicAlgoPartialOverlappingLinks.GapDistance Property
ArcGIS Developer Help

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(
  System.Double* dGapDistance
);
[C++]
Parameters
dGapDistance [in]

dGapDistance is a parameter of type double dGapDistance [out, retval]
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