ArcObjects Library Reference (Schematic)  

ISchematicRecordset.RecordIdentifier Property

Current record identifiers fields values.

[Visual Basic .NET]
Public ReadOnly Property RecordIdentifier As String
[C#]
public string RecordIdentifier {get;}
[C++]
HRESULT get_RecordIdentifier(
  BSTR* Identifier
);
[C++]

Parameters

Identifier [out, retval]   Identifier is a parameter of type BSTR

Product Availability

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

See Also

ISchematicRecordset Interface