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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.