Gets or sets the text that makes up this sketch text.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property Text As System.String | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ISketchText
Dim value As System.String
 
instance.Text = value
 
value = instance.Text | 
| C# |  | 
|---|
| System.string Text {get; set;} | 
| C++/CLI |  | 
|---|
| property System.String^ Text {
   System.String^ get();
   void set ( &   System.String^ value);
} | 
Property Value
Text that makes up this sketch text
Example
            Remarks
            
            
            See Also
 
            Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0