Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 675 Bytes

File metadata and controls

37 lines (29 loc) · 675 Bytes

SetDimNote

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

Name Type Description
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]

Examples

SetDimNote(dimHandle,'DLO');

Version

Availability: from Vectorworks 2015

Category