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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.