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


ISchematicRecordset.RecordValue Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRecordset.RecordValue Property

Field value of the current record.

[Visual Basic .NET]
Public Function get_RecordValue ( _
    ByVal FieldName As String _
) As Object
[C#]
public object get_RecordValue (
    string FieldName
);
[C++]
HRESULT get_RecordValue(
  BSTR FieldName,
  Variant* Value
);
[C++]

Parameters FieldName [in]
FieldName is a parameter of type BSTR Value [out, retval]
Value is a parameter of type VARIANT*

Product Availability

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

See Also

ISchematicRecordset Interface