Gets or sets the coefficient data type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property CoefficientDataType() As AgEVoacapCoefficientDataType |
| [C#] |
|---|
public AgEVoacapCoefficientDataType CoefficientDataType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVoacapCoefficientDataType get_CoefficientDataType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVoacapCoefficientDataType getCoefficientDataType(); public void setCoefficientDataType( AgEVoacapCoefficientDataType ); |
[Python - STK API ] |
|---|
@property def CoefficientDataType(self) -> "AgEVoacapCoefficientDataType": @CoefficientDataType.setter def CoefficientDataType(self, val:"AgEVoacapCoefficientDataType") -> None: |






