ArcObjects Library Reference (3DAnalyst)  

IRasterSurface.SampleDistance Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IRasterSurface Interface