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


IStorage.Stat Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IStorage.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. Requires Tracking Analyst Extension.

See Also

IStorage Interface