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


IInterpolateIrregularDataFunctionArguments.PointFeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IInterpolateIrregularDataFunctionArguments Interface > IInterpolateIrregularDataFunctionArguments.PointFeatureClass Property
ArcGIS Developer Help

IInterpolateIrregularDataFunctionArguments.PointFeatureClass Property

The points in a table.

[Visual Basic .NET]
Public Property PointFeatureClass As Object
[C#]
public object PointFeatureClass {get; set;}
[C++]
HRESULT get_PointFeatureClass(
  IUnknown Pointer* ppPointFeatureClass
);
[C++]
HRESULT putref_PointFeatureClass(
  LPUNKNOWN ppPointFeatureClass
);
[C++]
Parameters
ppPointFeatureClass [out, retval]

ppPointFeatureClass is a parameter of type IUnknown* ppPointFeatureClass [in]
ppPointFeatureClass is a parameter of type IUnknown

Product Availability

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

See Also

IInterpolateIrregularDataFunctionArguments Interface