This document is archived and information here might be outdated. Recommended version. |
The sample distance for interpolated shapes and profiles.
[Visual Basic .NET] Public Property SampleDistance As Double
[C#] public double SampleDistance {get; set;}
[C++]
HRESULT get_SampleDistance(
double pSampleDistance
);
[C++]
HRESULT put_SampleDistance(
System.Double* pSampleDistance
);
[C++]
Parameters pSampleDistance [in]
pSampleDistance is a parameter of type double pSampleDistance [out, retval]
pSampleDistance is a parameter of type double*