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