dbGetPathSegStyle
dbGetPathSegStyle(d_pathSeg) =>l_pathSegStyle
Description
Returns the path segment end styles for the supplied pathSeg database object.
Arguments
|
Specifies the database identifier of the path segment object. |
Value Returned
Examples
dbGetPathSegStyle(d_pathSeg)
(1.0 "custom" "custom"
(0.5 0.5
(0.71 0.71 0.5 0.71 0.71
0.5
)
)
)
Related Topics
Figure Creation and Retrieval Functions
Return to top