This document is archived and information here might be outdated. Recommended version. |
Initialize a new blob with the specified data type.
[Visual Basic .NET] Public Sub BeginAddingValue ( _ ByVal Type As esriTerrainBlobDataType _ )
[C#] public void BeginAddingValue ( esriTerrainBlobDataType Type );
[C++]
HRESULT BeginAddingValue(
esriTerrainBlobDataType Type
);
[C++] Parameters Type [in]
Type is a parameter of type esriTerrainBlobDataType
BeginAddingValue is used to initialize a new BLOB to one of the supported numeric types (see esriTerrainBlobDataType). All values in an individual TerrainBlob are the same type; homogeneous.
After calling BeginAddingValue you use ITerrainBlobWriter.AddValue to populate the BLOB.