Returns the number of saved views contained within the current document.
FUNCTION SheetNum : INTEGER;def vs.SheetNum():
return INTEGERresultN := SheetNum;import vs
# Returns the number of saved views contained within the current document.
count = vs.SheetNum()
vs.Message('SheetNum returned: ' + str(count))VS Functions: SheetList
Availability: from VectorWorks10.0