VS:SetObjPropCharVS

From Vectorworks Developer
Revision as of 07:45, 24 September 2019 by Ptr (talk | contribs)
Jump to navigation Jump to search

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

Description

See the <a href=http://www.vectorlab.info/index.php?title=Events>VectorLab article</a> on object events.

FUNCTION SetObjPropCharVS(
PropertyID :LONGINT;
PropertyVal :CHAR) :BOOLEAN;
def vs.SetObjPropCharVS(PropertyID, PropertyVal):
    return BOOLEAN

Parameters

PropertyID LONGINT
PropertyVal CHAR

Remarks

[ptr 09/24/2019]

CONST
  # ObjPropCharVS
  kObjProp_SpecialEdit = 3;
  kObjProp_SpecialEdit_Custom = '1';

  kObjProp_WidgetGroupMode = 81;
  kPbjProp_WidgetGroupMode_Automatic = '2';
# ObjPropCharVS
kObjProp_SpecialEdit = 3
kObjProp_SpecialEdit_Custom = "1"

kObjProp_WidgetGroupMode = 81
kPbjProp_WidgetGroupMode_Automatic = "2"

Version

Availability: from All Versions

This is drop-in function.