fnlCurrentCell
fnlCurrentCell(
)
=> d_cellviewId / nil
Description
Returns the master of the current instance being expanded. This function must be called only during the evaluation of the NLPcompleteElementString and NLPcreateModelString properties.
Arguments
Value Returned
|
An object identifier for the master cell of the current instance. |
|
Examples
The following example returns the master of the current instance being expanded.
fnlCurrentCell()
=> nil
Related Topics
Return to top