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


IImportGeometryParameters.SourceJoinField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImportGeometryParameters Interface > IImportGeometryParameters.SourceJoinField Property
ArcGIS Developer Help

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(
  System.String* pSourceJoinField
);
[C++]
Parameters
pSourceJoinField [in]

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

Product Availability

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

See Also

IImportGeometryParameters Interface