Sets the gap for the specified dimension extension line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetWitnessLineGap( _
ByVal WitnessIndex As System.Short, _
ByVal UseDoc As System.Boolean, _
ByVal Gap As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim WitnessIndex As System.Short
Dim UseDoc As System.Boolean
Dim Gap As System.Double
Dim value As System.Boolean
value = instance.SetWitnessLineGap(WitnessIndex, UseDoc, Gap) |
C++/CLI | |
---|
System.bool SetWitnessLineGap(
& System.short WitnessIndex,
& System.bool UseDoc,
& System.double Gap
) |
Parameters
- WitnessIndex
- Index of the extension line whose gap to get
- UseDoc
- True to use the document default value of the gap, false to not (see Remarks)
- Gap
- Gap value in system units; ignored if UseDoc is true
Return Value
True if the operation succeeds, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0