Gets the demodulator model type enumeration.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEDemodulatorModelType |
[C#] |
---|
public AgEDemodulatorModelType Type {get;} |
[Managed C++] |
---|
public: __property AgEDemodulatorModelType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEDemodulatorModelType * pModelType ); |
[Java] |
---|
public AgEDemodulatorModelType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEDemodulatorModelType": |