This document is archived and information here might be outdated. Recommended version. |
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*