Difference between revisions of "VS:IFC GetNumPsets2"
From Vectorworks Developer
m (1 revision) |
|||
Line 39: | Line 39: | ||
</lineList> | </lineList> | ||
</params> | </params> | ||
+ | |||
+ | ----------------------------------------------------------------------------------------------------------- | ||
+ | <return></return> | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
Revision as of 03:59, 17 December 2018
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Returns the number of psets for the specified ifc type.FUNCTION IFC_GetNumPsets2(
hObject :HANDLE;
bAllPsets :BOOLEAN;
VAR outNumPsets :INTEGER) : BOOLEAN;
def vs.IFC_GetNumPsets2(hObject, bAllPsets): return (BOOLEAN, outNumPsets)
Parameters
hObject HANDLE bAllPsets BOOLEAN outNumPsets INTEGER