GetLineCount Method (IWeldSymbol)
Gets the number of line segments in this weld symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLineCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim value As Integer
value = instance.GetLineCount()
|
C++/CLI | |
---|
int GetLineCount(); |
Return Value
Number of line segments
See Also