This document is archived and information here might be outdated.  Recommended version.


ICadastralEditorPages.SelectPage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

ICadastralEditorPages.SelectPage Method

Selects a tab in the window.

[Visual Basic .NET]
Public Sub SelectPage ( _
    ByVal pPage As ICadastralEditorPage _
)
[C#]
public void SelectPage (
    ICadastralEditorPage pPage
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralEditorPages Interface