ArcFM Engine Developer Guide
get_PageVisible(Int32) Method


Index of the page.
Gets a value indicating whether the given page is visible.
Syntax
'Declaration
 
<ObsoleteAttribute("This method is obsolete please use the PageVisible[] property.")>
Public Function get_PageVisible( _
   ByVal pageIndex As Integer _
) As Boolean
'Usage
 
Dim instance As AttributeEditorUI3
Dim pageIndex As Integer
Dim value As Boolean
 
value = instance.get_PageVisible(pageIndex)
[Obsolete("This method is obsolete please use the PageVisible[] property.")]
public bool get_PageVisible( 
   int pageIndex
)

Parameters

pageIndex
Index of the page.
Remarks
Obsolete PageVisible. This method is provided for backwards compatibility with existing code.
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