ArcObjects Library Reference (GeoDatabase)  

IPersistStreamInit.Load Method

[Visual Basic .NET]
Public Sub Load ( _
    ByVal pStm As IStream _
)
[C#]
public void Load (
    IStream pStm
);
[C++]
HRESULT Load(
  IStream* pStm
);
[C++]

Parameters

pStm [in]

  pStm is a parameter of type IStream

Product Availability

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

See Also

IPersistStreamInit Interface