Grinding Property (ISFSymbol)
Obsolete. Superseded by ISFSymbol::GetSymbolSurfaceTexture.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Grinding As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As ISFSymbol
Dim value As Boolean
instance.Grinding = value
value = instance.Grinding
|
| C# | |
|---|
bool Grinding {get; set;} |
| C++/CLI | |
|---|
property bool Grinding {
bool get();
void set (bool value);
} |
See Also