ArcFM Responder Mobile Developer Guide
LoadWithOptions Method (IMMCOMPickerUC3)






Syntax
'Declaration
 
Sub LoadWithOptions( _
   ByVal eCategory As mmCategories, _
   ByVal pMMSubtype As IMMSubtype, _
   ByVal pObjClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   Optional ByVal bUseHotkeysOnButtons As System.Boolean, _
   Optional ByVal sFrameCaption As System.String _
) 
'Usage
 
Dim instance As IMMCOMPickerUC3
Dim eCategory As mmCategories
Dim pMMSubtype As IMMSubtype
Dim pObjClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim bUseHotkeysOnButtons As System.Boolean
Dim sFrameCaption As System.String
 
instance.LoadWithOptions(eCategory, pMMSubtype, pObjClass, bUseHotkeysOnButtons, sFrameCaption)
void LoadWithOptions( 
   mmCategories eCategory,
   IMMSubtype pMMSubtype,
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjClass,
   System.bool bUseHotkeysOnButtons,
   System.string sFrameCaption
)
procedure LoadWithOptions( 
    eCategory: mmCategories;
    pMMSubtype: IMMSubtype;
    pObjClass: ESRI.ArcGIS.Geodatabase.IObjectClass;
    bUseHotkeysOnButtons: System.Boolean;
    sFrameCaption: System.String
); 
function LoadWithOptions( 
   eCategory : mmCategories,
   pMMSubtype : IMMSubtype,
   pObjClass : ESRI.ArcGIS.Geodatabase.IObjectClass,
   bUseHotkeysOnButtons : System.boolean,
   sFrameCaption : System.String
);
void LoadWithOptions( 
   mmCategories eCategory,
   IMMSubtype* pMMSubtype,
   ESRI.ArcGIS.Geodatabase.IObjectClass* pObjClass,
   System.bool bUseHotkeysOnButtons,
   System.string* sFrameCaption
) 
void LoadWithOptions( 
   mmCategories eCategory,
   IMMSubtype^ pMMSubtype,
   ESRI.ArcGIS.Geodatabase.IObjectClass^ pObjClass,
   System.bool bUseHotkeysOnButtons,
   System.String^ sFrameCaption
) 

Parameters

eCategory
pMMSubtype
pObjClass
bUseHotkeysOnButtons
sFrameCaption
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

IMMCOMPickerUC3 Interface
IMMCOMPickerUC3 Members

Send Feedback