PsdConstraint.Get()
Get attribute value of the PSD constraint. Support related PSD attributes.
Synopsis
double Get(string attr)
Arguments
attr
: 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
string 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(string attr, double value)
Arguments
attr
: name of queried attribute.
value
: new value.
PsdConstraint.SetName()
Set name of a PSD constraint.
Synopsis
void SetName(string name)
Arguments
name
: the name to set.