This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.SetSize Method (ArcObjects .NET 10.4 SDK) |
[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
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.