Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 567 Bytes

File metadata and controls

32 lines (25 loc) · 567 Bytes

NameNum

Description

Function NameNum returns the number of different object names in the active VectorWorks document.

FUNCTION NameNum : LONGINT;
def vs.NameNum():
    return LONGINT

Examples

resultN := NameNum;
import vs

# Function NameNum returns the number of different object names in the active
# VectorWorks document.
count = vs.NameNum()
vs.Message('NameNum returned: ' + str(count))

Version

Availability: from All Versions

Category