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


IMultidimensionalSampler.Table Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMultidimensionalSampler.Table Property

The output table where sampled points are stored.

[Visual Basic .NET]
Public WriteOnly Property Table
[C#]
public void Table {set;}
[C++]
HRESULT putref_Table(
  ITable* 
);
[C++]

Parameters
is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMultidimensionalSampler Interface