VS:SetDimNote

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

Parameters

h HANDLE Handle to dimension.
note STRING Note string.

Remarks

Sets note text (text under dimension line or dimension text) of the referenced dimension to the specified value.


[ao 3/6/14]

Example

SetDimNote(dimHandle,'DLO');

Version

Availability: from Vectorworks 2015