XPRMSet Properties
The XPRMSet type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | FirstIndex | 
       The index of the first element in the set. From the library, set elements are accessed using an index. 
      | 
|  | IsDynamic | 
       Check whether the set is dynamic. 
      | 
|  | IsEmpty | 
       Check whether the set is empty. 
      | 
|  | IsFixed | 
       Check whether the set is fixed. A dynamic set is "fixed" when it is used to index an array: it may be extended by receiving new elements but it cannot be re-assigned or reduced. 
      | 
|  | IsInitialised | 
       Check whether the set has been initialised. Objects are initialised during model execution. Trying to access a Mosel object that has not been created will result on an exception. 
     (Overrides XPRMValueIsInitialised.) | 
|  | IsRange | 
       Check whether the set is a range set. 
      | 
|  | LastIndex | 
       The index of the last element in the set. From the library, set elements are accessed using an index. 
      | 
|  | Model | 
       Used to fetch the XPRM model to which this object belongs, or else 'null' if there is no model anywhere among this Object's ancestors. 
     (Inherited from XPRMObjectBase.) | 
|  | Owner | 
       Used to fetch the XPRM object to which this object belongs 
     (Inherited from XPRMObjectBase.) | 
|  | Size | 
       Get set size. 
      | 
|  | StructCode | (Inherited from XPRMTypedObject.) | 
|  | StructName | (Inherited from XPRMTypedObject.) | 
|  | Type | (Overrides XPRMTypedObjectType.) | 
|  | TypeCode | (Inherited from XPRMTypedObject.) | 
|  | TypeName | (Inherited from XPRMTypedObject.) | 
 See Also
See Also
 
