Skip to main content

optiSLang 3D Postprocessing Script API 2025 R1

DataObjectKey Class Reference

Last update: 16.07.2025

the key (ident) of a data object in generic containers. More...

Public Member Functions

 DataObjectKey (string design, string quantity)
 constructor More...
 
string design ()
 
bool isEmpty ()
 
string quantity ()
 

Detailed Description

the key (ident) of a data object in generic containers.

Parameters
firstthe ident of the Design
secondthe ident of the Quantity

Constructor & Destructor Documentation

◆ DataObjectKey()

DataObjectKey ( string  design,
string  quantity 
)

constructor

Parameters
designsets the first member (the design name)
quantitysets the second member (the quantity name)

Member Function Documentation

◆ design()

string design ( )
Returns
the design ident

◆ isEmpty()

bool isEmpty ( )
Returns
true if the key is empty

◆ quantity()

string quantity ( )
Returns
the quantity ident

Connect with Ansys