mptSetTrackPatternPattern
mptSetTrackPatternPattern(
d_trackPatternID
l_colorPattern
)
=> t / nil
Description
Specifies the color pattern for the track pattern.
Argument
|
The list of color patterns to be set for the specified track pattern. |
Values Returned
Example
cv =geGetEditCellView()
mptSetTrackPatternPattern( tp0 "GGRYB" )
=> t
Sets GGRYB as the color pattern for the track pattern, tp0.
Return to top