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.SourceJoinField Property (ArcObjects .NET 10.5 SDK) |
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