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


IStream.SetSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IStream.SetSize Method

[Visual Basic .NET]
Public Sub SetSize ( _
    ByVal libNewSize As _ULARGE_INTEGER _
)
[C#]
public void SetSize (
    _ULARGE_INTEGER libNewSize
);
[C++]
HRESULT SetSize(
  _ULARGE_INTEGER libNewSize
);
[C++]

Parameters libNewSize [in]
libNewSize is a parameter of type _ULARGE_INTEGER

Product Availability

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

Description

IStream is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IStream Interface