This document is archived and information here might be outdated. Recommended version. |
The feature class to be rasterized.
[Visual Basic .NET] Public Property FeatureClass As ITable
[C#] public ITable FeatureClass {get; set;}
[C++]
HRESULT get_FeatureClass(
ITable** ppFeatureClass
);
[C++]
HRESULT putref_FeatureClass(
ITable* ppFeatureClass
);
[C++] Parameters ppFeatureClass [out, retval]
ppFeatureClass is a parameter of type ITable** ppFeatureClass [in]
ppFeatureClass is a parameter of type ITable*