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


ISchematicAttributeField.FieldNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeField Interface > ISchematicAttributeField.FieldNames Property
ArcGIS Developer Help

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