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