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


ITemporaryDataset.MakePermanentAs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITemporaryDataset Interface > ITemporaryDataset.MakePermanentAs Method
ArcGIS Developer Help

ITemporaryDataset.MakePermanentAs Method

Persists this temporary dataset to a new permanent dataset.

[Visual Basic .NET]
Public Function MakePermanentAs ( _
    ByVal new_name As String, _
    ByVal Workspace As IWorkspace, _
    ByVal Format As String _
) As IDataset
[C#]
public IDataset MakePermanentAs (
    string new_name,
    IWorkspace Workspace,
    string Format
);
[C++]
HRESULT MakePermanentAs(
  BSTR new_name,
  IWorkspace* Workspace,
  BSTR Format
);
[C++]
Parameters
new_name [in]

new_name is a parameter of type BSTR Workspace [in]
Workspace is a parameter of type IWorkspace* Format [in]
Format is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporaryDataset Interface