ArcObjects Library Reference (DataSourcesRaster)  

IImportGeometryParameters.SourceJoinField Property

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

[Visual Basic .NET]
Public Property SourceJoinField As String
[C#]
public string SourceJoinField {get; set;}
[C++]
HRESULT get_SourceJoinField(
  BSTR* pSourceJoinField
);
[C++]
HRESULT put_SourceJoinField(
  BSTR pSourceJoinField
);
[C++]

Parameters

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

Product Availability

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

See Also

IImportGeometryParameters Interface