Difference between revisions of "VS:ResList PropFilter"
From Vectorworks Developer
m (1 revision) |
m (Capital letter) |
||
Line 6: | Line 6: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<desc> | <desc> | ||
− | + | Sets the filter for the resource properties. The 'uniqueID' is a string identifier uniquely identifying this control.</desc> | |
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
Latest revision as of 01:26, 8 May 2020
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Sets the filter for the resource properties. The 'uniqueID' is a string identifier uniquely identifying this control.PROCEDURE ResList_PropFilter(
uniqueID :STRING;
callback :PROCEDURE);
def vs.ResList_PropFilter(uniqueID, callback): return None
Parameters
uniqueID STRING callback PROCEDURE