ArcFM Responder Mobile Developer Guide
SetVisibile Method (IMMGraphicsLayerManager)






Syntax
'Declaration
 
Sub SetVisibile( _
   ByVal Visible As System.Boolean _
) 
'Usage
 
Dim instance As IMMGraphicsLayerManager
Dim Visible As System.Boolean
 
instance.SetVisibile(Visible)
void SetVisibile( 
   System.bool Visible
)
procedure SetVisibile( 
    Visible: System.Boolean
); 
function SetVisibile( 
   Visible : System.boolean
);
void SetVisibile( 
   System.bool Visible
) 
void SetVisibile( 
   System.bool Visible
) 

Parameters

Visible
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

IMMGraphicsLayerManager Interface
IMMGraphicsLayerManager Members

Send Feedback