ArcObjects Library Reference (Schematic)  

ISchematicRecordsetDesign.SetIdentifierFieldNames Method

Changes the identifiers fields names.

[Visual Basic .NET]
Public Sub SetIdentifierFieldNames ( _
    ByRef Names As String[]& _
)
[C#]
public void SetIdentifierFieldNames (
    ref String[]& Names
);
[C++]
HRESULT SetIdentifierFieldNames(
  Names* Names
);
[C++]

Parameters

Names [in]   Names is a parameter of type

Product Availability

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

See Also

ISchematicRecordsetDesign Interface