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


ISchematicRecordset.FindRecord Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRecordset.FindRecord Method

Finds a record by its identifiers fields values inside the schematic recordset.

[Visual Basic .NET]
Public Sub FindRecord ( _
    ByVal Identifier As String _
)
[C#]
public void FindRecord (
    string Identifier
);
[C++]
HRESULT FindRecord(
  BSTR Identifier
);
[C++]

Parameters Identifier [in] 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