ArcFM Engine Developer Guide
PageCaption Method


Index of the page.
Returns the caption displayed on the tab identified by the given page index.
Syntax
'Declaration
 
Public Function PageCaption( _
   ByVal pageIndex As Integer _
) As String
'Usage
 
Dim instance As AttributeEditorUI3
Dim pageIndex As Integer
Dim value As String
 
value = instance.PageCaption(pageIndex)
public string PageCaption( 
   int pageIndex
)

Parameters

pageIndex
Index of the page.
Remarks
Returns the caption for the tab identified by the given page index. 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