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


IInterpolateIrregularDataFunctionArguments.PointFeatureClass Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  LPUNKNOWN* ppPointFeatureClass
);
[C++]
HRESULT putref_PointFeatureClass(
  LPUNKNOWN ppPointFeatureClass
);
[C++]

Parameters ppPointFeatureClass [out, retval] ppPointFeatureClass is a parameter of type LPUNKNOWN ppPointFeatureClass [in] ppPointFeatureClass is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IInterpolateIrregularDataFunctionArguments Interface