ActiveClass Properties |
[This is preliminary documentation and is subject to change.]
The ActiveClass type exposes the following members.
Name | Description | |
---|---|---|
ActiveClassName |
Returns name of active class.
| |
ActiveClassParent |
Get the name of the parent class of the active class
| |
AllNames |
Array of strings consisting of all element names in the active class.
| |
Count |
Number of elements in Active Class. Same as NumElements Property.
| |
First |
Sets first element in the active class to be the active DSS object. If object is a CktElement, ActiveCktELment also points to this element. Returns 0 if none.
| |
Name |
Name of the Active Element of the Active Class
| |
Next |
Sets next element in active class to be the active DSS object. If object is a CktElement, ActiveCktElement also points to this element. Returns 0 if no more.
| |
NumElements |
Number of elements in this class. Same as Count property.
|