gpeGetChannelWidthEntry
gpeGetChannelWidthEntry(u_sandbox x_channelNumber t_direction[?verbose{t|nil} ] ) =>g_ChannelWidthEntry/nil
Description
Returns the channelWidth sandbox object that matches the specified index and direction values.
Arguments
|
Specifies the row or column number in which the |
|
|
Specifies the direction of the |
|
Value Returned
|
Returns a Modgen channel width object that has properties: |
|
Example
Retrieves the channel width from the first horizontal channel in the specified Modgen sandbox object.
sandbox = gpeEditSandbox(leGetEditFigGroup())
channelWidth = gpeGetChannelWidthEntry(sandbox 1 "horizontal")
Return to top