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


ISchematicRecordset.RecordValue 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.RecordValue Property
ArcGIS Developer Help

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