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


IDatasetColumn.GetValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDatasetColumn.GetValue Method

Returns the value for the data column in the dataset definition.

[Visual Basic .NET]
Public Function getValue ( _
    ByVal piDataMessage As IDataMessage _
) As Object
[C#]
public object getValue (
    IDataMessage piDataMessage
);
[C++]
HRESULT getValue(
  IDataMessage* piDataMessage,
  VARIANT* ppValue
);
[C++]

Parameters piDataMessage [in]
piDataMessage is a parameter of type IDataMessage ppValue [out, retval] ppValue is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDatasetColumn Interface