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


ITemplateEditorDialog.SaveStorage 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.SaveStorage Method
ArcGIS Developer Help

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