GRBVar.Set()


GRBVar.Set()

年代et the value of a variable attribute.

void 年代et( GRB.CharAttr attr,
char newvalue )
    年代et the value of a char-valued attribute.

    Arguments:

    attr: The attribute being modified.

    newvalue: The desired new value of the attribute.

void 年代et( GRB.DoubleAttr attr,
double newvalue )
    年代et the value of a double-valued attribute.

    Arguments:

    attr: The attribute being modified.

    newvalue: The desired new value of the attribute.

void 年代et( GRB.IntAttr attr,
int newvalue )
    年代et the value of an int-valued attribute.

    Arguments:

    attr: The attribute being modified.

    newvalue: The desired new value of the attribute.

void 年代et( GRB.StringAttr attr,
string newvalue )
    年代et the value of a string-valued attribute.

    Arguments:

    attr: The attribute being modified.

    newvalue: The desired new value of the attribute.