Completes writing the blob and returns a reference to the blob object.
[Visual Basic .NET] Public Function EndAddingValue ( _ ) As IMemoryBlobStream
[C#] public IMemoryBlobStream EndAddingValue ( );
[C++]
HRESULT EndAddingValue(
IMemoryBlobStream** ppBlob
);
[C++]Parameters
ppBlob [out, retval]ppBlob is a parameter of type IMemoryBlobStream
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
EndAddingValue indicates there are no more values to be added. This completes and returns a TerrainBlob object. It can be interpreted by the TerrainBlobReader.