Python scripting OLP Core - Attributes

OlpCorePythonIntegerAttribute, derived from OlpCorePythonAttribute

Previous  Chapter  Next

 

Methods

 

GetValue(): int

 

 

o

return

attribute value

 

Gets the value of the attribute.

 


GetMinimum(): int

 

 

o

return

Returns the minimum value that an attribute can represent

 

Gets the defined minimum value.

 


 

GetMaximum(): int

 

 

o

return

Returns the maximum value that an attribute can represent

 

Gets the defined maximum value.

 


GeStepSize(): int

 

 

o

return

Returns the defined step size

 

Gets the defined step size used for changing the value of the attribute in spinners.

The step size does not define the smallest applicable change.

 


 


Previous
Previous page
Chapter
Chapter page
Next
Next page