This document is archived and information here might be outdated.  Recommended version.


IRasterSurface.SampleDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IR > IRasterSurface Interface > IRasterSurface.SampleDistance Property
ArcGIS Developer Help

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(
  System.Double* pSampleDistance
);
[C++]
Parameters
pSampleDistance [in]

pSampleDistance is a parameter of type double pSampleDistance [out, retval]
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