This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IR > IRasterSurface Interface > IRasterSurface.SampleDistance Property (ArcObjects .NET 10.4 SDK) |
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(
double pSampleDistance
);
[C++]
Parameters pSampleDistance [out, retval] pSampleDistance is a parameter of type double pSampleDistance [in] pSampleDistance is a parameter of type double