Modifies the spacing in Direction 1 of the specified pattern instance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ModifyD1SpacingValue( _
ByVal Instance As System.Integer, _
ByVal Value As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInstanceToVaryOptions
Dim Instance As System.Integer
Dim Value As System.Double
Dim value As System.Boolean
value = instance.ModifyD1SpacingValue(Instance, Value) |
C# | |
---|
System.bool ModifyD1SpacingValue(
System.int Instance,
System.double Value
) |
C++/CLI | |
---|
System.bool ModifyD1SpacingValue(
& System.int Instance,
& System.double Value
) |
Parameters
- Instance
- Pattern instance number (see Remarks)
- Value
- Spacing value in Direction 1
Return Value
True if the spacing is modified successfully, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2021 FCS, Revision Number 29