ArcObjects Library Reference (DataSourcesRaster)  

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.

[Visual Basic .NET]
Public Property TargetJoinField As String
[C#]
public string TargetJoinField {get; set;}
[C++]
HRESULT get_TargetJoinField(
  BSTR* pTargetJoinField
);
[C++]
HRESULT put_TargetJoinField(
  BSTR pTargetJoinField
);
[C++]

Parameters

pTargetJoinField [out, retval]   pTargetJoinField is a parameter of type BSTR pTargetJoinField [in]   pTargetJoinField is a parameter of type BSTR

Product Availability

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

See Also

IImportGeometryParameters Interface