This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRecordset Interface > ISchematicRecordset.RecordValue Property (ArcObjects .NET 10.5 SDK) |
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