VS:GetVPLrOvrdCount
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Retrieves the number of layer overrides.FUNCTION GetVPLrOvrdCount(
viewportHandle :HANDLE) : INTEGER;
def vs.GetVPLrOvrdCount(viewportHandle): return INTEGER
Parameters
viewportHandle HANDLE The viewport handle.
Return Value
Returns the number of layer overrides associated with the specified viewport.If the handle is invalid, returns -1.
Version
Availability: from Vectorworks 2014See Also
VS Functions:VS Functions:
[[VS:GetVPLrOvrdHandle]]