ArcObjects Library Reference (TrackingAnalyst)  

ITemplateEditorDialog.LoadStorage Method

Load the relevant information from storage into memory.

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

Parameters

piRootStorage [in]

  piRootStorage 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