ArcFM Responder Mobile Developer Guide
Show Method (MMAttributeEditorClass)






Syntax
'Declaration
 
Public Overridable Sub Show( _
   ByVal nAttrPage As System.Integer _
) 
'Usage
 
Dim instance As MMAttributeEditorClass
Dim nAttrPage As System.Integer
 
instance.Show(nAttrPage)
public virtual void Show( 
   System.int nAttrPage
)
public procedure Show( 
    nAttrPage: System.Integer
); virtual; 
public function Show( 
   nAttrPage : System.int
);
public: virtual void Show( 
   System.int nAttrPage
) 
public:
virtual void Show( 
   System.int nAttrPage
) 

Parameters

nAttrPage
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

MMAttributeEditorClass Class
MMAttributeEditorClass Members

Send Feedback