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


ITemporaryDataset.MakePermanentAs Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  IDataset** Dataset
);
[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 Dataset [out, retval]
Dataset is a parameter of type IDataset

Product Availability

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

See Also

ITemporaryDataset Interface

.NET Related Topics

Performing a spatial analysis operation using objects