GridOptions Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::GridOptions.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GridOptions( _
ByVal DispGrid As System.Boolean, _
ByVal GridSpacing As System.Double, _
ByVal Snap As System.Boolean, _
ByVal DotStyle As System.Boolean, _
ByVal NMajor As System.Short, _
ByVal NMinor As System.Short, _
ByVal Align2edge As System.Boolean, _
ByVal AngleSnap As System.Boolean, _
ByVal AngleUnit As System.Double, _
ByVal MinorAuto As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim DispGrid As System.Boolean
Dim GridSpacing As System.Double
Dim Snap As System.Boolean
Dim DotStyle As System.Boolean
Dim NMajor As System.Short
Dim NMinor As System.Short
Dim Align2edge As System.Boolean
Dim AngleSnap As System.Boolean
Dim AngleUnit As System.Double
Dim MinorAuto As System.Boolean
instance.GridOptions(DispGrid, GridSpacing, Snap, DotStyle, NMajor, NMinor, Align2edge, AngleSnap, AngleUnit, MinorAuto) |
Parameters
- DispGrid
-
- GridSpacing
-
- Snap
-
- DotStyle
-
- NMajor
-
- NMinor
-
- Align2edge
-
- AngleSnap
-
- AngleUnit
-
- MinorAuto
-
See Also