Macro Slide Element
Class full path: NemAll_Python_BasisElements.MacroSlideElement
Bases: BasisElement, AllplanElement
MacroSlideElement class
Functions
GetMacroSlideProperties()
Get the MacroSlide properties
Returns:
| Type | Description |
|---|---|
MacroSlideProperties
|
MacroSlide properties |
GetObjectList()
Get the slide object list
Returns:
| Type | Description |
|---|---|
list
|
Slide object list |
SetMacroSlideProperties(MacroSlideProp)
Set the MacroSlide properties
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
MacroSlideProp
|
MacroSlideProperties
|
MacroSlide properties |
required |
__init__
overload
__init__()
Initialize
__init__(macroSlideProp, objectList)
Constructor
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
macroSlideProp
|
MacroSlideProperties
|
MacroSlide properties |
required |
objectList
|
list
|
Object list of slide |
required |
__repr__()
Convert the list to a string
Returns:
| Type | Description |
|---|---|
str
|
List values as string |