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


IImportGeometryParameters.TargetJoinField Property (ArcObjects .NET 10.6 SDK)
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(
  System.String* pTargetJoinField
);
[C++]

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

Product Availability

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

See Also

IImportGeometryParameters Interface