ArcObjects Library Reference (TrackingAnalyst)  

ITemplateEditorDialog.SaveStorage Method

Save the relevant information from memory into storage.

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