Gets the contour settings for this weld symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetContour( _
ByVal Top As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim Top As System.Boolean
Dim value As System.Integer
value = instance.GetContour(Top) |
C# | |
---|
System.int GetContour(
System.bool Top
) |
C++/CLI | |
---|
System.int GetContour(
& System.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
Example
Remarks
See Also
Availability
SOLIDWORKS 99, datecode 1999207