GetFirstWeldSymbol Method (IView)
Gets the first weld symbol in the view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFirstWeldSymbol() As Object |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As Object
value = instance.GetFirstWeldSymbol()
|
C# | |
---|
object GetFirstWeldSymbol() |
C++/CLI | |
---|
Object^ GetFirstWeldSymbol(); |
Return Value
First
weld symbol
See Also