This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeField Interface > ISchematicAttributeField.FieldNames Property (ArcObjects .NET 10.4 SDK) |
Fields names of the schematic attribute field.
[Visual Basic .NET] Public Property FieldNames As Object
[C#] public object FieldNames {get; set;}
[C++]
HRESULT get_FieldNames(
VARIANT* FieldNames
);
[C++]
HRESULT put_FieldNames(
VARIANT FieldNames
);
[C++]
Parameters FieldNames [out, retval] FieldNames is a parameter of type VARIANT FieldNames [in] FieldNames is a parameter of type VARIANT