PsdConstraint::Get()
Get attribute value of the PSD constraint. Support related PSd attributes.
Synopsis
double Get(const char *szAttr)
Arguments
szAttr
: name of queried attribute.Return
attribute value.
PsdConstraint::GetIdx()
Get index of the PSD constraint.
Synopsis
int GetIdx()
Return
the index of the PSD constraint.
PsdConstraint::GetName()
Get name of the PSD constraint.
Synopsis
const char *GetName()
Return
the name of the PSD constraint.
PsdConstraint::Remove()
Remove this PSD constraint from model.
Synopsis
void Remove()
PsdConstraint::Set()
Set attribute value of the PSD constraint. Support related PSD attributes.
Synopsis
void Set(const char *szAttr, double value)
Arguments
szAttr
: name of queried attribute.
value
: new value.
PsdConstraint::SetName()
Set name of a PSD constraint.
Synopsis
void SetName(const char *szName)
Arguments
szName
: the name to set.