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