VS:SetDimNote/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: 2015 VS Reference JP S)
 
(No difference)

Latest revision as of 06:09, 13 January 2015

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

Description

ハンドルで指定した寸法線の注釈の文字を、指定した文字列に置き換えます。

PROCEDURE SetDimNote(
h :HANDLE;
note :STRING);
def vs.SetDimNote(h, note):
    return None

Parameters

h HANDLE 寸法線のハンドル
note STRING 注釈の文字列

Example

SetDimNote(dimHandle,'DLO');

Version

Availability: from Vectorworks 2015