Text Property (INote) Send Feedback
See Also 
Gets or sets the text of the Note.

Syntax

Visual Basic 
Property Text As System.String
C# 
System.string Text {get; set;}
JavaScript 
get_Text () : String
put_Text (
   NewVal : String
)
COM native C++ 
HRESULT get_Text(
   BSTR* Val
) 
HRESULT put_Text( 
   BSTR NewVal
C++ 
DSRESULT get_Text (
   dsString* Val
)
DSRESULT put_Text(
   const dsString& NewVal
)

Property Value

Text of the Note

See Also

Availability

DraftSight V1R1.1