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


IFileOpenHandler.CanOpen Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

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