Sets the specified zone margin.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetZoneMargin( _
ByVal ZoneMarginType As System.Integer, _
ByVal MarginValue As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim ZoneMarginType As System.Integer
Dim MarginValue As System.Double
Dim value As System.Boolean
value = instance.SetZoneMargin(ZoneMarginType, MarginValue) |
Parameters
- ZoneMarginType
- Margin type as defined in swZoneMargin_e
- MarginValue
- Margin
Return Value
True if zone margin successfully set, false if not
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30