Sets the View by index.
Syntax
public void SetActiveView(
int
)
public: void SetActiveView(
int
)
public:
void SetActiveView(
int
)
'Declaration
Public Overloads Sub SetActiveView( _
ByVal As Integer _
)
'Usage
Dim instance As ImGearDGNPage
Dim index As Integer
instance.SetActiveView(index)
Parameters
- index
- Index of View to set as active.
See Also