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


IRecipientContainer.LoadStorage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IR > IRecipientContainer Interface > IRecipientContainer.LoadStorage Method
ArcGIS Developer Help

IRecipientContainer.LoadStorage Method

Load the relevant information from storage into memory.

[Visual Basic .NET]
Public Sub LoadStorage ( _
    ByVal __MIDL__IRecipientContainer0000 As IStorage _
)
[C#]
public void LoadStorage (
    IStorage __MIDL__IRecipientContainer0000
);
[C++]
HRESULT LoadStorage(
  IStorage* __MIDL__IRecipientContainer0000
);
[C++]
Parameters
__MIDL__IRecipientContainer0000 [in]

__MIDL__IRecipientContainer0000 is a parameter of type IStorage*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IRecipientContainer Interface