Skip to content

ITerrainBlobReader Interface

Provides access to members that provide information about an attribute blob.

Members

Name Description
Method GetDataType Returns the data type of the blob.
Method GetItemCount Returns the number of attribute values contained in the blob.
Method GetValue Returns the value of the attribute specified by the index.
Method IsKnownBlob Indicates if Terrain can recognize the blob.
Method SetBlob Assigns a blob to the reader.
Method SetEmpty Uninitialize the object.

ITerrainBlobReader.GetDataType Method

Returns the data type of the blob.

Public Function GetDataType ( _
) As esriTerrainBlobDataType
public esriTerrainBlobDataType GetDataType (
);

ITerrainBlobReader.GetItemCount Method

Returns the number of attribute values contained in the blob.

Public Function GetItemCount ( _
) As Integer
public int GetItemCount (
);

ITerrainBlobReader.GetValue Method

Returns the value of the attribute specified by the index.

Public Function GetValue ( _
    ByVal Index As Integer _
) As Object
public object GetValue (
    int Index
);

ITerrainBlobReader.IsKnownBlob Method

Indicates if Terrain can recognize the blob.

Public Function IsKnownBlob ( _
    ByVal pBlob As IMemoryBlobStream _
) As Boolean
public bool IsKnownBlob (
    IMemoryBlobStream pBlob
);

ITerrainBlobReader.SetBlob Method

Assigns a blob to the reader.

Public Sub SetBlob ( _
    ByVal pBlob As IMemoryBlobStream _
)
public void SetBlob (
    IMemoryBlobStream pBlob
);

ITerrainBlobReader.SetEmpty Method

Uninitialize the object.

Public Sub SetEmpty ( _
)
public void SetEmpty (
);

Classes that implement ITerrainBlobReader

Classes Description
TerrainBlobReader Esri Terrain blob reader.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.