PsdConstraint.Get()

Get information value of the PSD constraint. Support related PSD informations.

Synopsis

double Get(string info)

Arguments

info: name of queried information.

Return

information 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 information value of the PSD constraint. Support related PSD informations.

Synopsis

void Set(string info, double value)

Arguments

info: name of queried information.

value: new information value.

PsdConstraint.SetName()

Set name of a PSD constraint.

Synopsis

void SetName(string name)

Arguments

name: the name to set.