STK ObjectsSend comments on this topic.
Amplitude Property (IAgSnVOPulse)
See Also
Windows





Windows & Linux

Description

Amplitude, the transparent/opaque ratio of the pulses. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Amplitude() As Double
[C#]
public double Amplitude {get; set;}
[Managed C++]
public: __property double get_Amplitude();
public: __property void set_Amplitude( double );
[Unmanaged C++]
public: HRESULT get_Amplitude(
    double * pVal
);
public: HRESULT put_Amplitude(
    double pVal
);
[Java]
public double getAmplitude();
public void setAmplitude(
    double
);
[Python - STK API ]
@property
def Amplitude(self) -> float:

@Amplitude.setter
def Amplitude(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.