ArcFM Responder Mobile Developer Guide
Prepare Method (MMQAQCTopLevelClass)






Syntax
'Declaration
 
Public Overridable Sub Prepare( _
   ByVal pProposed As IMMProposedObject _
) 
'Usage
 
Dim instance As MMQAQCTopLevelClass
Dim pProposed As IMMProposedObject
 
instance.Prepare(pProposed)
public virtual void Prepare( 
   IMMProposedObject pProposed
)
public procedure Prepare( 
    pProposed: IMMProposedObject
); virtual; 
public function Prepare( 
   pProposed : IMMProposedObject
);
public: virtual void Prepare( 
   IMMProposedObject* pProposed
) 
public:
virtual void Prepare( 
   IMMProposedObject^ pProposed
) 

Parameters

pProposed
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

MMQAQCTopLevelClass Class
MMQAQCTopLevelClass Members

Send Feedback