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


ISaveAs.CanSaveAs Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISaveAs.CanSaveAs Method

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.

See Also

ISaveAs Interface