SetGridLineWeight Method

Sets the grid lineweight value for the specified grid linetypes and row types.

See Also | Example

Signature

object.SetGridLineWeight(gridLineTypes, rowTypes, Lineweight)

Object

Table, TableStyle
The object or objects this method applies to.

gridLineTypes

Long; the grid linetypes to change.
This parameter is a combination of AcGridLineType enum values.

rowTypes

Long; the row types to change.
This parameter is a combination of AcRowType enum values.

Lineweight

ACAD_LWEIGHT enum

acLnWt000

acLnWt005

acLnWt009

acLnWt013

acLnWt015

acLnWt018

acLnWt020

acLnWt025

acLnWt030

acLnWt035

acLnWt040

acLnWt050

acLnWt053

acLnWt060

acLnWt070

acLnWt080

acLnWt090

acLnWt100

acLnWt106

acLnWt120

acLnWt140

acLnWt158

acLnWt200

acLnWt211

acLnWtByLayer

acLnWtByBlock

acLnWtByLwDefault

 

   Comments?