ArcFM Responder Mobile Developer Guide
BeforePostDesign Method (IMMDesignEvents2)






Syntax
'Declaration
 
Sub BeforePostDesign( _
   ByVal designId As System.Integer _
) 
'Usage
 
Dim instance As IMMDesignEvents2
Dim designId As System.Integer
 
instance.BeforePostDesign(designId)
void BeforePostDesign( 
   System.int designId
)
procedure BeforePostDesign( 
    designId: System.Integer
); 
function BeforePostDesign( 
   designId : System.int
);
void BeforePostDesign( 
   System.int designId
) 
void BeforePostDesign( 
   System.int designId
) 

Parameters

designId
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

IMMDesignEvents2 Interface
IMMDesignEvents2 Members

Send Feedback