Difference between revisions of "VS:EndText"
From Vectorworks Developer
m (1 revision) |
|||
(One intermediate revision by one user not shown) | |||
Line 6: | Line 6: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<desc> | <desc> | ||
− | Procedure EndText completes creation of a new text object.</desc> | + | Procedure EndText completes creation of a new text object. |
+ | |||
+ | <b>Note:</b> This function is not available in Python. Use [[VS:CreateText]] instead. | ||
+ | </desc> | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
Line 12: | Line 15: | ||
<funcDef lang="vs"> | <funcDef lang="vs"> | ||
PROCEDURE EndText; | PROCEDURE EndText; | ||
− | |||
− | |||
− | |||
− | |||
</funcDef> | </funcDef> | ||
</def> | </def> |
Latest revision as of 08:47, 15 January 2015
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Procedure EndText completes creation of a new text object.Note: This function is not available in Python. Use VS:CreateText instead.
PROCEDURE EndText;
Version
Availability: from All VersionsSee Also
VS Functions:VS Functions:
[[VS:BeginText]]
| [[VS:CreateText]]