dbGetGlobalGridOffsetReferenceType
dbGetGlobalGridOffsetReferenceType( d_dbCellViewId ) => t_referenceType
Description
(ICADVM20.1 Only) Returns the global grid offset reference. The value returned can either be origin or boundary.
Arguments
|
ID of the cellview used to obtain the global grid offset reference type. |
Value Returned
|
The value of the global grid offset reference type. Valid values: |
Opens a cellview by using the dbOpenCellViewByType SKILL command that returns the cellview ID cv.
cv = dbOpenCellViewByType("design" "top" "layout")
Passes the cv to getGlobalGridOffsetReferenceType to obtain the global grid reference type.
dbGetGlobalGridOffsetReferenceType(cv)
Return to top