ArcObjects Library Reference (Framework)  

IComPropertyPage.Applies Method

Indicates if the page applies to the specified objects.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertyPage Interface