Coefficient type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property CoefficientType() As AgEVAGravCoeffCoefficientType |
| [C#] |
|---|
public AgEVAGravCoeffCoefficientType CoefficientType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAGravCoeffCoefficientType get_CoefficientType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAGravCoeffCoefficientType getCoefficientType(); public void setCoefficientType( AgEVAGravCoeffCoefficientType ); |
[Python - STK API ] |
|---|
@property def CoefficientType(self) -> "AgEVAGravCoeffCoefficientType": @CoefficientType.setter def CoefficientType(self, inVal:"AgEVAGravCoeffCoefficientType") -> None: |






