This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISaveAs Interface > ISaveAs.CanSaveAs Method (ArcObjects .NET 10.5 SDK) |
Checks if it's can be saved as a new persistent Dataset of a given format.
[Visual Basic .NET] Public Function CanSaveAs ( _ ByVal Format As String _ ) As Boolean
[C#] public bool CanSaveAs ( string Format );
[C++]
HRESULT CanSaveAs(
BSTR Format,
VARIANT_BOOL* CanSaveAs
);
[C++]
Parameters Format [in] Format is a parameter of type BSTR CanSaveAs [out, retval] CanSaveAs is a parameter of type VARIANT_BOOL