Description
Unit type for the grid measurement. Valid values are: Inches = 0, Centimeters = 1. DATATYPE: Integer.
Property Type
- Read-write property
Syntax
Public Property GridUnits() As Variant
Example
Dim MySubModel As SubModel MySubModel.GridUnits = 1
See Also