ArcFM Responder Mobile Developer Guide
Applies Method (IComPropertyPage)






Syntax
'Declaration
 
Function Applies( _
   ByVal objects As ESRI.ArcGIS.esriSystem.ISet _
) As System.Boolean
'Usage
 
Dim instance As IComPropertyPage
Dim objects As ESRI.ArcGIS.esriSystem.ISet
Dim value As System.Boolean
 
value = instance.Applies(objects)
System.bool Applies( 
   ESRI.ArcGIS.esriSystem.ISet objects
)
function Applies( 
    objects: ESRI.ArcGIS.esriSystem.ISet
): System.Boolean; 
function Applies( 
   objects : ESRI.ArcGIS.esriSystem.ISet
) : System.boolean;
System.bool Applies( 
   ESRI.ArcGIS.esriSystem.ISet* objects
) 
System.bool Applies( 
   ESRI.ArcGIS.esriSystem.ISet^ objects
) 

Parameters

objects
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IComPropertyPage Interface
IComPropertyPage Members

Send Feedback