ILayout interface
The ILayout
interface represents a layout in the project model. Note that ILayoutView represents the editor view, but ILayout represents the layout in the project.
Methods
- GetProject()
- Return the associated IProject.
- GetName()
- Return the name of the layout.
- GetAllLayers()
- Return an array of ILayer representing all the layers on this layout.
- GetEventSheet()
- Return the IEventSheet assigned for this layout. Note that layouts do not have to have an event sheet assigned, so this can return
null
.
Addon SDK Manual
Construct.net
2018-01-08
2020-11-16
You are here:
Search this manual:
This manual entry was last updated on 16 Nov, 2020 at 17:03