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


IStream.Stat Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.Stat Method
ArcGIS Developer Help

IStream.Stat Method

[Visual Basic .NET]
Public Sub Stat ( _
    ByRef pstatstg As tagSTATSTG, _
    ByVal grfStatFlag As Integer _
)
[C#]
public void Stat (
    ref tagSTATSTG pstatstg,
    ref uint grfStatFlag
);
[C++]
HRESULT Stat(
  tagSTATSTG* pstatstg,
  Unsigned long grfStatFlag
);
[C++]
Parameters
pstatstg [out]

pstatstg is a parameter of type tagSTATSTG* grfStatFlag [in]
grfStatFlag is a parameter of type unsigned long

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