The array of constant coefficients, whose dimension and units are determined by those of input and output.
Read-write property
[Visual Basic .NET] |
---|
Public Property Coefficients() As System.Array |
[C#] |
---|
public System.Array Coefficients {get; set;} |
[Managed C++] |
---|
public: __property System::Array get_Coefficients(); |
[Unmanaged C++] |
---|
public: HRESULT get_Coefficients( SAFEARRAY * * ppRetVal ); public: HRESULT put_Coefficients( SAFEARRAY * Coefficients ); |
[Java] |
---|
public AgSafeArray getCoefficients(); public void setCoefficients( AgSafeArray ); |