VS:CreateUUID/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(Fixed Category)
 
m (1 revision: 2014J VS Reference C)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Creates a string representing universe unique identifier. The string is in the form: '{00000000-0000-0000-0000-000000000000}'</desc>
Universally Unique Identifierを表す文字列を生成します。文字列は次のような形式である:'{00000000-0000-0000-0000-000000000000}'</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 29: Line 29:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2014
Availability: from Vectorworks 2014


</version>
</version>

Latest revision as of 01:54, 16 January 2014

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

Description

Universally Unique Identifierを表す文字列を生成します。文字列は次のような形式である:'{00000000-0000-0000-0000-000000000000}'

FUNCTION CreateUUID : STRING;
def vs.CreateUUID():
    return STRING

Version

Availability: from Vectorworks 2014