pcGetParamLayerDefn
pcGetParamLayerDefn(d_instId) =>l_layerId/nil
Description
Returns the identifier for a layer parameter of a specified shape.
You must have defined a layer parameter for this shape.
Arguments
|
The database ID of the shape whose layer parameter is to be retrieved. |
Value Returned
|
Returned if d_instId does not identify a shape or there are no layer parameters defined in it. |
Examples
layer = pcGetParamLayerDefn( shape )
Retrieves the layer parameters defined in shape.
Return to top