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


IImportGeometryParameters.Target Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImportGeometryParameters.Target Property

The target feature class of this import operation.

[Visual Basic .NET]
Public Property Target As esriImportGeometryTarget
[C#]
public esriImportGeometryTarget Target {get; set;}
[C++]
HRESULT get_Target(
  esriImportGeometryTarget* pImportTarget
);
[C++]
HRESULT put_Target(
  esriImportGeometryTarget pImportTarget
);
[C++]

Parameters pImportTarget [out, retval]
pImportTarget is a parameter of type esriImportGeometryTarget pImportTarget [in]
pImportTarget is a parameter of type esriImportGeometryTarget

Product Availability

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

See Also

IImportGeometryParameters Interface