This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITemporaryDataset Interface > ITemporaryDataset.MakePermanentAs Method (ArcObjects .NET 10.4 SDK) |
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