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 2020-11-16

On this page