RefArrayProp
Last update: 16.07.2025public class RefArrayProp : PHXCOMObject
A Reference Array Property class for ModelCenter
Author
Woyak, 10/2001
Functions
| Name | Summary |
|---|---|
| disableGC | public disableGC(gc: Boolean) If true, prevents releaseObjects from doing anything. |
| getDescription | public getDescription(): String gets the description value |
| getEnumValues | public getEnumValues(): String gets the enumerated value set |
| getIsInput | public getIsInput(): Boolean gets a flag indicating if the property is an input or output |
| getName | public getName(): String gets the name of the property |
| getTitle | public getTitle(): String gets the title value |
| getType | public getType(): String get the type of the property ("double", "long", "string", or "boolean") |
| release | public release() Releases the COM reference to ModelCenter for this object. |
| releaseObjects | public releaseObjects() This function attempts to release any COM resources left behind from objects which have been finalized but release() was never called on them. |
| setDescription | public setDescription(description: String) sets the description value |
| setEnumValues | public setEnumValues(enumValues: String) sets the enumerated value set |
| setIsInput | public setIsInput(flag: Boolean) sets a flag indicating if the property is an input or output |
| setReferenceDebugMode | public setReferenceDebugMode(on: Boolean) When set to true, the system will keep a list of active COM objects that are allocated but not yet released since this method was invoked. |
| setTitle | public setTitle(title: String) sets the title value |