This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImportGeometryParameters Interface > IImportGeometryParameters.SourceTable Property (ArcObjects .NET 10.5 SDK) |
The source feature class from which geometry is imported.
[Visual Basic .NET] Public Property SourceTable As IFeatureClass
[C#] public IFeatureClass SourceTable {get; set;}
[C++]
HRESULT get_SourceTable(
IFeatureClass** ppSourceTable
);
[C++]
HRESULT putref_SourceTable(
IFeatureClass* ppSourceTable
);
[C++]
Parameters ppSourceTable [out, retval]
ppSourceTable is a parameter of type IFeatureClass ppSourceTable [in]
ppSourceTable is a parameter of type IFeatureClass