This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataFieldEdit Interface > IReferenceDataFieldEdit.DefaultNames Property (ArcObjects .NET 10.5 SDK) |
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
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.