Gets the direction of lay value for this surface finish symbol.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function GetDirectionOfLay() As Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As ISFSymbol
Dim value As Integer
value = instance.GetDirectionOfLay()
|
| C# | |
|---|
int GetDirectionOfLay() |
| C++/CLI | |
|---|
int GetDirectionOfLay(); |
Return Value
Direction of lay as defined in
swSFLaySym_e
Remarks
See Also