This document is archived and information here might be outdated.  Recommended version.


IMemoryBlobStream2.AllocSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMemoryBlobStream2 Interface > IMemoryBlobStream2.AllocSize Property
ArcGIS Developer Help

IMemoryBlobStream2.AllocSize Property

The allocated size of the stream.

[Visual Basic .NET]
Public Property AllocSize As Integer
[C#]
public uint AllocSize {get; set;}
[C++]
HRESULT get_AllocSize(
  System.UInt32* Size
);
[C++]
HRESULT put_AllocSize(
  Unsigned long Size
);
[C++]
Parameters
Size [out, retval]

Size is a parameter of type unsigned long* Size [in]
Size is a parameter of type unsigned long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMemoryBlobStream2 Interface