GetNext Method (IWeldSymbol)
Gets the next weld symbol in the drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNext() As Object |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim value As Object
value = instance.GetNext()
|
C++/CLI | |
---|
Object^ GetNext(); |
Return Value
Next
weld symbol in the drawing view
See Also