This document is archived and information here might be outdated. Recommended version. |
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*