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


IPropertyPageContext.Applies Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

IPropertyPageContext.Applies Method

Check if property page applies to the specified set of objects. Signature corresponds to IPropertyPage::SetObjects.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IPropertyPageContext Interface