This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImportGeometryParameters Interface > IImportGeometryParameters.TargetJoinField Property (ArcObjects .NET 10.5 SDK) |
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