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


IDataWindowFactory.CanCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > ID > IDataWindowFactory Interface > IDataWindowFactory.CanCreate Method
ArcGIS Developer Help

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