ArcFM Engine Developer Guide
ActivePage Property


Get or set the tab displayed in the Attribute Editor.
Syntax
'Declaration
 
Public Property ActivePage As Integer
'Usage
 
Dim instance As AttributeEditorUI3
Dim value As Integer
 
instance.ActivePage = value
 
value = instance.ActivePage
public int ActivePage {get; set;}

Property Value

The active page.
Remarks
Switches the current tab in the Attribute Editor to the given page index. 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 If the given page index cooresponds to a tab which is currently hidden, or the page index out of range no changes will occur and the Attribute Editor will continue to display the current page.
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