bdeGetBlockParameterButtonImage
Returns the image of a button parameter in a given block.
Syntax
buttonImage = bdeGetBlockParameterButtonImage(block, parameter)
Inputs
- block
- The block that the parameter is in.
- parameter
- The name of the button parameter.
Outputs
- buttonImage
- The image of the button parameter.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
buttonImage = bdeGetBlockParameterButtonImage(block, 'button1');
buttonImage = glyphPlotSplineStrip