Inserts a linear note pattern using the selected
note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertLinearNotePattern( _
ByVal NumX As Integer, _
ByVal NumY As Integer, _
ByVal SpacingX As Double, _
ByVal SpacingY As Double, _
ByVal AngleX As Double, _
ByVal AngleY As Double, _
ByVal DeleteInstances As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim NumX As Integer
Dim NumY As Integer
Dim SpacingX As Double
Dim SpacingY As Double
Dim AngleX As Double
Dim AngleY As Double
Dim DeleteInstances As String
Dim value As Boolean
value = instance.InsertLinearNotePattern(NumX, NumY, SpacingX, SpacingY, AngleX, AngleY, DeleteInstances)
|
Parameters
- NumX
- Total number of instances along the x axis, including the seed
- NumY
- Total number of instances along the y axis, including the seed
- SpacingX
- Spacing between pattern instances along the x axis
- SpacingY
- Spacing between pattern instances along the y axis
- AngleX
- Angle for direction 1 relative to the x axis
- AngleY
- Angle for direction 2 relative to the y axis
- DeleteInstances
- Number of instances to delete, passed as a string in the format "(a) (b) (c) "
Return Value
True if the linear note pattern is created, false if not
Example
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0