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.
Type: block
parameter
The name of the button parameter.
Type: string

Outputs

buttonImage
The image of the button parameter.
Type: string

Examples

Get a button parameter's image:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          buttonImage = bdeGetBlockParameterButtonImage(block, 'button1');
        

          
            buttonImage = glyphPlotSplineStrip