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


IMultidimensionalSampler.Table Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultidimensionalSampler Interface > IMultidimensionalSampler.Table Property
ArcGIS Developer Help

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