Gets or sets whether text in the table is all upper case.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UpperCase As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim value As System.Integer
instance.UpperCase = value
value = instance.UpperCase |
C# | |
---|
System.int UpperCase {get; set;} |
C++/CLI | |
---|
property System.int UpperCase {
System.int get();
void set ( & System.int value);
} |
Property Value
1 if text is all upper case, 0 if not
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0