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


IReferenceDataFieldEdit.DefaultNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataFieldEdit Interface > IReferenceDataFieldEdit.DefaultNames Property
ArcGIS Developer Help

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