vl-vplayer-get-lineweight
(vl-vplayer-get-lineweight layer
viewport)
This function returns the viewport-specific lineweight
override value for the layer.
Arguments
|
layer specifies the layer to retrieve the
viewport-specific lineweight override
can be :
1. name (string) the name of the
layer
2. ename (ename) the entity name
of the layer
viewport specifies the viewport
can be
1. ename (ename) the viewport's entity
name
2. cvport (integer) the viewport's
CVPORT viewport number
|
Return
|
list (lineweight
isOverride)
isOverride T indicates that the value is
a true override, NIL indicates a normal property value
lineweight (integer) can be (symbolic
name = integer value)
acLnWt000 = 0
acLnWt005 = 5
acLnWt009 = 9
acLnWt013 = 13
acLnWt015 = 15
acLnWt018 = 18
acLnWt020 = 20
acLnWt025 = 25
acLnWt030 = 30
acLnWt035 = 35
acLnWt040 = 40
acLnWt050 = 50
acLnWt053 = 53
acLnWt060 = 60
acLnWt070 = 70
acLnWt080 = 80
acLnWt090 = 90
acLnWt100 = 100
acLnWt106 = 106
acLnWt120 = 120
acLnWt140 = 140
acLnWt158 = 158
acLnWt200 = 200
acLnWt211 = 211
acLnWtByLayer = -1
acLnWtByBlock = -2
acLnWtByLwDefault = -3
|
Example
|
|
Remarks
|
|