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