PropertyLinkedText Property (INote)
Gets or sets the text for the note using the values of the properties linked to the note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PropertyLinkedText As System.String |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.String
instance.PropertyLinkedText = value
value = instance.PropertyLinkedText |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.INote~PropertyLinkedText.html# | |
---|
System.string PropertyLinkedText {get; set;} |
C++/CLI | |
---|
property System.String^ PropertyLinkedText {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Text of note
Remarks
See Also