VS:SetObjPropTxtVS
From Vectorworks Developer
(Redirected from VS:SetObjPropTxtVS/)
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Set a text value to an extended property.FUNCTION SetObjPropTxtVS(
PropertyID :LONGINT;
PropertyVal :DYNARRAY[] OF CHAR) : BOOLEAN;
def vs.SetObjPropTxtVS(PropertyID, PropertyVal): return BOOLEAN
Parameters
PropertyID LONGINT PropertyVal DYNARRAY[] of CHAR