ArcFM Engine Developer Guide
PageCount Method


Returns the total number of tabs present in the Attribute Editor including hidden pages.
Syntax
'Declaration
 
Public Function PageCount() As Integer
'Usage
 
Dim instance As AttributeEditorUI3
Dim value As Integer
 
value = instance.PageCount()
public int PageCount()
Remarks
Returns the total number of tabs present in the Attribute Editor include hidden pages. The implementation has changed slightly from previous implementations of the IMMAttributeEditorUI interface in that the page indicies do not chage when pages are hidden or become visible as was the case with in prior versions. The Attribute Editor tabs are indexed as follows: 0: Targets Tab 1: Selection Tab 2: Design Tab 3: QA/QC Tab This method is primarily used to enable backward 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