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


IImportGeometryParameters Interface (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
ArcGIS Developer Help

IImportGeometryParameters Interface

Provides access to members that control how mosaic dataset geometry is imported.

Product Availability

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

Members

Name Description
Read/write property SourceJoinField The name of the field in the source feature class that participates in the table join.
Read/write property SourceTable The source feature class from which geometry is imported.
Read/write property Target The target feature class of this import operation.
Read/write property TargetJoinField The mosaic dataset field name that participates in the table join that attempts to associate a row in the source feature class with every selected row in the target feature class.

Classes that implement IImportGeometryParameters

Classes Description
ImportGeometryParameters An object that controls how a mosaic dataset's geometry gets imported.