Sets the type of symbol for this surface finish symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSymbol( _
ByVal Symbol As Integer, _
ByVal SurfaceTexture As Integer, _
ByVal AllAround As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISFSymbol
Dim Symbol As Integer
Dim SurfaceTexture As Integer
Dim AllAround As Boolean
Dim value As Boolean
value = instance.SetSymbol(Symbol, SurfaceTexture, AllAround)
|
Parameters
- Symbol
- Type of symbol as defined in swSFSymType_e
- SurfaceTexture
- Symbol surface text type as defined in swSFSymType_e
- AllAround
- True if symbol is All Around, false if symbol is Local
Return Value
True if symbol is set, false if it is not
Remarks
See Also