ArcObjects Library Reference (Schematic)  

ISchematicAttributeField.FieldNames Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAttributeField Interface