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


IPersistStream.GetSizeMax Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersistStream Interface > IPersistStream.GetSizeMax Method
ArcGIS Developer Help

IPersistStream.GetSizeMax Method

[Visual Basic .NET]
Public Sub GetSizeMax ( _
    ByRef pcbSize As _ULARGE_INTEGER _
)
[C#]
public void GetSizeMax (
    ref _ULARGE_INTEGER pcbSize
);
[C++]
HRESULT GetSizeMax(
  _ULARGE_INTEGER* pcbSize
);
[C++]
Parameters
pcbSize [out]

pcbSize is a parameter of type _ULARGE_INTEGER*

Product Availability

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

Description

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

See Also

IPersistStream Interface