GOSTNotation Property (ISFSymbol)
Gets whether the GOST
Use for notation option is set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property GOSTNotation As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISFSymbol
Dim value As Boolean
instance.GOSTNotation = value
value = instance.GOSTNotation
|
C# | |
---|
bool GOSTNotation {get; set;} |
C++/CLI | |
---|
property bool GOSTNotation {
bool get();
void set (bool value);
} |
Return Value
True if the GOST
Use for notation option is set, false if it is not
See Also