STK ObjectsSend comments on this topic.
Type Property (IAgWaveform)
See Also
Windows





Windows & Linux

Description

Gets the waveform type enumeration.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Type() As AgEWaveformType
[C#]
public AgEWaveformType Type {get;}
[Managed C++]
public: __property AgEWaveformType get_Type();
[Unmanaged C++]
public: HRESULT get_Type(
    AgEWaveformType * pWaveformType
);
[Java]
public AgEWaveformType getType();
[Python - STK API ]
@property
def Type(self) -> "AgEWaveformType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.