Gets the contour settings for this weld symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetContour( _
ByVal Top As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim Top As Boolean
Dim value As Integer
value = instance.GetContour(Top)
|
C# | |
---|
int GetContour(
bool Top
) |
C++/CLI | |
---|
int GetContour(
& bool Top
) |
Parameters
- Top
If TRUE, then get the contour setting for the portion of the symbol above the horizontal line; if FALSE, then get the contour setting for the portion of the symbol below the horizontal line
Return Value
Contour setting as defined in swWeldSymbolContourTypes_e
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207