265 |
# Get the size of the specific property for this |
# Get the size of the specific property for this |
266 |
# point |
# point |
267 |
if shapetype == SHAPETYPE_POINT: |
if shapetype == SHAPETYPE_POINT: |
268 |
if field is not None: |
if field is not None: |
269 |
value = table.ReadValue(shape.ShapeID(), field) |
value = table.ReadValue(shape.ShapeID(), field) |
270 |
group = lc.FindGroup(value) |
group = lc.FindGroup(value) |
271 |
size = group.GetProperties().GetSize() |
size = group.GetProperties().GetSize() |
272 |
else: |
else: |
273 |
size = lc.GetDefaultSize() |
size = lc.GetDefaultGroup().GetProperties().GetSize() |
274 |
args = (pen, brush, size) |
args = (pen, brush, size) |
275 |
|
|
276 |
if useraw: |
if useraw: |