Gets or sets the set of coefficients to use.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoeffType() As AgEVACoeffRKV8th9th |
[C#] |
---|
public AgEVACoeffRKV8th9th CoeffType {get; set;} |
[Managed C++] |
---|
public: __property AgEVACoeffRKV8th9th get_CoeffType(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoeffType( AgEVACoeffRKV8th9th * pVal ); public: HRESULT put_CoeffType( AgEVACoeffRKV8th9th inVal ); |
[Java] |
---|
public AgEVACoeffRKV8th9th getCoeffType(); public void setCoeffType( AgEVACoeffRKV8th9th ); |
[Python - STK API ] |
---|
@property def CoeffType(self) -> "AgEVACoeffRKV8th9th": @CoeffType.setter def CoeffType(self, inVal:"AgEVACoeffRKV8th9th") -> None: |