Skip to main content

ModelCenter APIs 2025 R1

VariableMetaDataProvider

Last update: 16.07.2025

public class VariableMetaDataProvider : PHXCOMObject

Metadata provider for variable data.

Author

Dave

Functions

Name Summary
disableGC public disableGC(gc: Boolean)
If true, prevents releaseObjects from doing anything.
getAllVariableMetaData public getAllVariableMetaData(path: String): Array<DHVariable>
Get the metadata of all variables within a specified path.
getVariableMetaData public getVariableMetaData(fullName: String): DHVariable
Get the metadata about a variable.
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.
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.

Connect with Ansys