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


IBlobStream.Size Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IBlobStream.Size Property

The size of the stream.

[Visual Basic .NET]
Public Property Size As Integer
[C#]
public uint Size {get; set;}
[C++]
HRESULT get_Size(
  System.UInt32* Size
);
[C++]
HRESULT put_Size(
  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

IBlobStream Interface