GetArrayNumItems

GetArrayNumItems(ent: Entità | SelectionSet) --> numero

Ritorna il numero di elementi nella serie specificata dall'entità

Esempio 1. Esempio GetArrayNumItems

local ds = NewDrawStyle()
ds:circle(Point(0, 0, 0), 10)
local c = entlast()
local n = GetArrayNumItems(c)
print("\nGetArrayNumItems = " .. tostring(n))
c:erase()

Created with the Personal Edition of HelpNDoc: 5 Reasons Why a Help Authoring Tool is Better than Microsoft Word for Documentation