ArcObjects Library Reference (TrackingAnalyst)  

ITemplateEditorDialog.SaveStorage Method

Save the relevant information from memory into storage.

[Visual Basic .NET]
Public Sub SaveStorage ( _
    ByVal rootStorage As IStorage _
)
[C#]
public void SaveStorage (
    IStorage rootStorage
);
[C++]
HRESULT SaveStorage(
  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