dbCreateLabel
dbCreateLabel(d_cellViewtxl_layerPurpose l_pointt_labelt_justt_orientt_fontx_height) =>d_label/ nil
Description
Creates a graphic text-string label.
Arguments
Value Returned
Examples
Creates a label in a particular cellview cv with specified layer 4, purpose drawing, origin 1:1, text myLabel, justification centerLeft, orientation R0, font roman, and height 2.
dbCreateLabel(cv 4 1:1 "myLabel" "centerLeft" "R0" "roman" 2)
Related Topics
Database Access Function Argument Types
Object Creation and Retrieval Functions
Return to top