txIsFigSet
txIsFigSet(
g_object
)
=> t / nil
Description
Determines whether the specified object is a FigSet object.
Arguments
Value Returned
Examples
Confirms that object fs0 is a FigSet object.
txIsFigSet(fs0)
> t
Related Topics
Return to top