STK AgCommRadarFoundationSend comments on this topic.
Power Property (IAgCRSignal)
See Also
Windows





Windows & Linux

Description

Gets or sets the signal power in Watts.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Power() As Double
[C#]
public double Power {get; set;}
[Managed C++]
public: __property double get_Power();
public: __property void set_Power( double );
[Unmanaged C++]
public: HRESULT get_Power(
    double * pPower
);
public: HRESULT put_Power(
    double power
);
[Java]
public double getPower();
public void setPower(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.