Difference between revisions of "VS:IFC SetProperty"
From Vectorworks Developer
m (1 revision) |
|||
Line 44: | Line 44: | ||
</lineList> | </lineList> | ||
</params> | </params> | ||
+ | |||
+ | ----------------------------------------------------------------------------------------------------------- | ||
+ | <return></return> | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
Latest revision as of 04:00, 17 December 2018
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Sets the specified property value.FUNCTION IFC_SetProperty(
hObject :HANDLE;
pSetName :STRING;
propertyName :STRING;
propValue :STRING) : BOOLEAN;
def vs.IFC_SetProperty(hObject, pSetName, propertyName, propValue): return BOOLEAN
Parameters
hObject HANDLE pSetName STRING propertyName STRING propValue STRING