This document is archived and information here might be outdated. Recommended version. |
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(
void
);
EndAddingValue indicates there are no more values to be added. This completes and returns a TerrainBlob object. It can be interpreted by the TerrainBlobReader.