ArcFM Responder Mobile Developer Guide
AddPage Method (IComPropertyPageSiteConfig)






Syntax
'Declaration
 
Sub AddPage( _
   ByVal pComPage As ESRI.ArcGIS.Framework.IComPropertyPage _
) 
'Usage
 
Dim instance As IComPropertyPageSiteConfig
Dim pComPage As ESRI.ArcGIS.Framework.IComPropertyPage
 
instance.AddPage(pComPage)
void AddPage( 
   ESRI.ArcGIS.Framework.IComPropertyPage pComPage
)
procedure AddPage( 
    pComPage: ESRI.ArcGIS.Framework.IComPropertyPage
); 
function AddPage( 
   pComPage : ESRI.ArcGIS.Framework.IComPropertyPage
);
void AddPage( 
   ESRI.ArcGIS.Framework.IComPropertyPage* pComPage
) 
void AddPage( 
   ESRI.ArcGIS.Framework.IComPropertyPage^ pComPage
) 

Parameters

pComPage
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

IComPropertyPageSiteConfig Interface
IComPropertyPageSiteConfig Members

Send Feedback