dbGetPatternRegionCreateType
dbGetPatternRegionCreateType(d_shapeId) =>t_createType/ nil
Description
(ICADVM20.1 Only) Returns the create type of the specified shape. Possible values of create type are systemCreated and userCreated.
Arguments
Value Returned
Example
dbGetPatternRegionCreateType(rect)
=> "userCreated"
Return to top