STK ObjectsSend comments on this topic.
CoefficientDataType Property (IAgAtmosphericAbsorptionModelVoacap)
See Also
Windows





Windows & Linux

Description

Gets or sets the coefficient data type

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoefficientDataType() As AgEVoacapCoefficientDataType
[C#]
public AgEVoacapCoefficientDataType CoefficientDataType {get; set;}
[Managed C++]
public: __property AgEVoacapCoefficientDataType get_CoefficientDataType();
public: __property void set_CoefficientDataType( AgEVoacapCoefficientDataType );
[Unmanaged C++]
public: HRESULT get_CoefficientDataType(
    AgEVoacapCoefficientDataType * pVal
);
public: HRESULT put_CoefficientDataType(
    AgEVoacapCoefficientDataType val
);
[Java]
public AgEVoacapCoefficientDataType getCoefficientDataType();
public void setCoefficientDataType(
    AgEVoacapCoefficientDataType
);
[Python - STK API ]
@property
def CoefficientDataType(self) -> "AgEVoacapCoefficientDataType":

@CoefficientDataType.setter
def CoefficientDataType(self, val:"AgEVoacapCoefficientDataType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.