seObjectMemberCount
syntax: |
int SEContext.seObjectMemberCount(SEObject object); |
where: |
object the object to query
|
return: |
The number of members the object has.
|
description: |
This call returns the number of members an object has. The usual use is to iterate through all the members, using SE.INDEX() from 0 to one less than the result of this call.
|
see: |
|