| JsPropertiesExtractor | Send comments on this topic. |
| SetActiveView Method | |
| See Also Example | |
|
| vdWebLibrary Namespace > vdrawObj Class : SetActiveView Method |
- view
- A string that defines an existing view name or an existing view object
Parameters
- view
- A string that defines an existing view name or an existing view object
For example we create a new view and we set it active.
| C# | Copy Code |
|---|---|
var view = vdcanvas.AddView("newview"); | |