STK ObjectsSend comments on this topic.
FixedWaveform Property (IAgWaveformSelectionStrategyFixed)
See Also
Windows





Windows & Linux

Description

Gets or sets the fixed waveform.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FixedWaveform() As String
[C#]
public string FixedWaveform {get; set;}
[Managed C++]
public: __property String __gc ^ get_FixedWaveform();
public: __property void set_FixedWaveform( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_FixedWaveform(
    BSTR * pVal
);
public: HRESULT put_FixedWaveform(
    BSTR fixedWaveform
);
[Java]
public String getFixedWaveform();
public void setFixedWaveform(
    String
);
[Python - STK API ]
@property
def FixedWaveform(self) -> str:

@FixedWaveform.setter
def FixedWaveform(self, fixedWaveform:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.