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


ITerrainBlobReader.GetValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainBlobReader Interface > ITerrainBlobReader.GetValue Method
ArcGIS Developer Help

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
);
[C++]
Parameters
index [in]

index is a parameter of type long

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