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


IFileOpenHandler.CanOpen Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IF > IFileOpenHandler Interface > IFileOpenHandler.CanOpen Method
ArcGIS Developer Help

IFileOpenHandler.CanOpen Method

Indicates if the specified filename can be opened.

[Visual Basic .NET]
Public Function CanOpen ( _
    ByVal filename As String _
) As Boolean
[C#]
public bool CanOpen (
    string filename
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFileOpenHandler Interface