ArcFM Desktop Developer Guide
LoadWithOptions Method (IMMCOMPickerUC3)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Adds items to the control’s list.
Syntax
'Declaration
 
Sub LoadWithOptions( _
   ByVal eCategory As mmCategories, _
   ByVal pMMSubtype As IMMSubtype, _
   ByVal pObjClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   Optional ByVal bUseHotkeysOnButtons As Boolean, _
   Optional ByVal sFrameCaption As String _
) 
'Usage
 
Dim instance As IMMCOMPickerUC3
Dim eCategory As mmCategories
Dim pMMSubtype As IMMSubtype
Dim pObjClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim bUseHotkeysOnButtons As Boolean
Dim sFrameCaption As String
 
instance.LoadWithOptions(eCategory, pMMSubtype, pObjClass, bUseHotkeysOnButtons, sFrameCaption)
void LoadWithOptions( 
   mmCategories eCategory,
   IMMSubtype pMMSubtype,
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjClass,
   bool bUseHotkeysOnButtons,
   string sFrameCaption
)

Parameters

eCategory
pMMSubtype
pObjClass
bUseHotkeysOnButtons
sFrameCaption
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMCOMPickerUC3 Interface
IMMCOMPickerUC3 Members

 

 


Send Comment