Gets or sets the factor by which the constraint error is to be multiplied.
Read-write property
[Visual Basic .NET] |
---|
Public Property Weight() As Double |
[C#] |
---|
public double Weight {get; set;} |
[Managed C++] |
---|
public: __property double get_Weight(); |
[Unmanaged C++] |
---|
public: HRESULT get_Weight( double * pVal ); public: HRESULT put_Weight( double newVal ); |
[Java] |
---|
public double getWeight(); public void setWeight( double ); |