IImportGeometryParameters Interface

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

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.

IImportGeometryParameters.SourceJoinField Property

The name of the field in the source feature class that participates in the table join.

Public Property SourceJoinField As String
public string SourceJoinField {get; set;}

IImportGeometryParameters.SourceTable Property

The source feature class from which geometry is imported.

Public Property SourceTable As IFeatureClass
public IFeatureClass SourceTable {get; set;}

IImportGeometryParameters.Target Property

The target feature class of this import operation.

Public Property Target As esriImportGeometryTarget
public esriImportGeometryTarget Target {get; set;}

IImportGeometryParameters.TargetJoinField Property

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.

Public Property TargetJoinField As String
public string TargetJoinField {get; set;}

Classes that implement IImportGeometryParameters

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.