Procedure SetDimNote sets the note text of the referenced dimension to the specified value.
PROCEDURE SetDimNote(
h : HANDLE;
note : STRING);def vs.SetDimNote(h, note):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to dimension. |
| note | STRING | Note string. |
Sets note text (text under dimension line or dimension text) of the referenced dimension to the specified value.
[ao 3/6/14]
SetDimNote(dimHandle,'DLO');Availability: from Vectorworks 2015