This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IP > IPropertyPageContext Interface > IPropertyPageContext.Applies Method (ArcObjects .NET 10.5 SDK) |
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 );