VS:GetVPLrOvrdCount

From Vectorworks Developer
Jump to navigation Jump to search

.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 2014

See Also

VS Functions:

VS:GetVPLrOvrdHandle

VS Functions: [[VS:GetVPLrOvrdHandle]]