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


ICadastralEditorPages.SelectPage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralEditorPages Interface > ICadastralEditorPages.SelectPage Method
ArcGIS Developer Help

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