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


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

IImportGeometryParameters.SourceTable Property

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 [in]

ppSourceTable is a parameter of type IFeatureClass* ppSourceTable [out, retval]
ppSourceTable is a parameter of type IFeatureClass**

Product Availability

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

See Also

IImportGeometryParameters Interface