This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMemoryBlobStream2 Interface > IMemoryBlobStream2.PaddingSize Property (ArcObjects .NET 10.4 SDK) |
The allocated size of the stream.
[Visual Basic .NET] Public Property PaddingSize As Integer
[C#] public uint PaddingSize {get; set;}
[C++]
HRESULT get_PaddingSize(
Unsigned long* Size
);
[C++]
HRESULT put_PaddingSize(
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