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


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

ITemplateEditorDialog.LoadStorage Method

Load the relevant information from storage into memory.

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

rootStorage is a parameter of type IStorage*

Product Availability

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

See Also

ITemplateEditorDialog Interface