mptGetTrackPatternPattern
mptGetTrackPatternPattern(d_trackPatternID) =>l_colorPattern/ nil
Description
Returns a list of the color patterns for the specified track pattern.
Argument
Values Returned
Example
cv =geGetEditCellView()
mptGetTrackPatternPattern( tp0 )
=> "1234"
Returns the list of color patterns for the track pattern, tp0.
Return to top