This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoPartialOverlappingLinks Interface > ISchematicAlgoPartialOverlappingLinks.GapDistance Property (ArcObjects .NET 10.4 SDK) |
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