ArcObjects Library Reference (Location)  

IReferenceDataFieldEdit.DefaultNames Property

Recognized names for the reference data field in the reference data table.

[Visual Basic .NET]
Public ReadOnly Property DefaultNames As Object
[C#]
public object DefaultNames {get;}
[C++]
HRESULT get_DefaultNames(
  VARIANT* fieldNames
);
[C++]

Parameters

fieldNames [out, retval]   fieldNames is a parameter of type VARIANT

Product Availability

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

Remarks

The DefaultNames property returns an array of strings that contain possible names for this ReferenceDataField in the ReferenceDataTable. You can use these possible names to seach a reference data source for the appropriate field for the ReferenceDataField.

See Also

IReferenceDataFieldEdit Interface