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


IDataWindowFactory.CanCreate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IDataWindowFactory.CanCreate Method

Indicates if the window is available given the current application state.

[Visual Basic .NET]
Public Function CanCreate ( _
    ByVal app As Object _
) As Boolean
[C#]
public bool CanCreate (
    object app
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataWindowFactory Interface