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


IComPropertyPage.Applies Method (ArcObjects .NET 10.4 SDK)
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