ArcFM Solution Developer Guide
set_PageVisible Method


Syntax
'Declaration
 
<System.ObsoleteAttribute(Message="set_PageVisible() is no longer supported", IsError=True)>
Public Sub set_PageVisible( _
   ByVal nPage As System.Integer, _
   ByVal pbVal As System.Boolean _
) 
'Usage
 
Dim instance As AttributeEditorUI3
Dim nPage As System.Integer
Dim pbVal As System.Boolean
 
instance.set_PageVisible(nPage, pbVal)
[System.Obsolete(Message="set_PageVisible() is no longer supported", IsError=true)]
public void set_PageVisible( 
   System.int nPage,
   System.bool pbVal
)

Parameters

nPage
pbVal
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AttributeEditorUI3 Class
AttributeEditorUI3 Members

 

 


Send Comment