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


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

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(
  System.String* 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