ArcObjects Library Reference (Schematic)  

ISchematicObjectClass.IdentifierFieldNames Property

Identifier fields names of the schematic object class.

[Visual Basic .NET]
Public Property IdentifierFieldNames As Object
[C#]
public object IdentifierFieldNames {get; set;}
[C++]
HRESULT get_IdentifierFieldNames(
  VARIANT* Names
);
[C++]
HRESULT put_IdentifierFieldNames(
  VARIANT Names
);
[C++]

Parameters

Names [out, retval]   Names is a parameter of type VARIANT Names [in]   Names is a parameter of type VARIANT

Product Availability

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

See Also

ISchematicObjectClass Interface