Difference between revisions of "VS:vsoPrmName2WidgetID"
From Vectorworks Developer
Line 3: | Line 3: | ||
<vwDoc> | <vwDoc> | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
− | < | + | <desc> |
Retrieves the widget id of a field from the plugin-definition by name. | Retrieves the widget id of a field from the plugin-definition by name. | ||
+ | </desc> | ||
+ | <def> | ||
<funcDef lang="vs"> | <funcDef lang="vs"> | ||
FUNCTION vsoPrmName2WidgetID(recName:STRING; paramName:STRING; VAR outWidgetID:LONGINT) : BOOLEAN; | FUNCTION vsoPrmName2WidgetID(recName:STRING; paramName:STRING; VAR outWidgetID:LONGINT) : BOOLEAN; |
Revision as of 02:02, 2 September 2018
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Retrieves the widget id of a field from the plugin-definition by name.FUNCTION vsoPrmName2WidgetID(
recName :STRING;
paramName :STRING;
VAR outWidgetID :LONGINT) : BOOLEAN;
def vs.vsoPrmName2WidgetID(recName, paramName): return (BOOLEAN, outWidgetID)
Parameters
recName STRING paramName STRING outWidgetID LONGINT