ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppSourceTable is a parameter of type IFeatureClass

ppSourceTable [in]

  ppSourceTable is a parameter of type IFeatureClass

Product Availability

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

See Also

IImportGeometryParameters Interface