Click or drag to resize

ActiveClass Properties

[This is preliminary documentation and is subject to change.]

The ActiveClass type exposes the following members.

Properties
  NameDescription
Public propertyActiveClassName
Returns name of active class.
Public propertyActiveClassParent
Get the name of the parent class of the active class
Public propertyAllNames
Array of strings consisting of all element names in the active class.
Public propertyCount
Number of elements in Active Class. Same as NumElements Property.
Public propertyFirst
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.
Public propertyName
Name of the Active Element of the Active Class
Public propertyNext
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.
Public propertyNumElements
Number of elements in this class. Same as Count property.
Top
See Also