ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainBlobReader.GetValue Method

Returns the value of the attribute specified by the index.

[Visual Basic .NET]
Public Function GetValue ( _
    ByVal index As Integer _
) As Object
[C#]
public object GetValue (
    int index
);
[C++]
HRESULT GetValue(
  long index,
  VARIANT* pValue
);
[C++]

Parameters

index [in]   index is a parameter of type long pValue [out, retval]   pValue is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

GetValue returns the nth value in the BLOB. The index value that's passed, in the context of reading attributes for terrain points, is the point ID which should be stored for each vertex of the multipoint which is paired with the BLOB being read.

See Also

ITerrainBlobReader Interface