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