AGI STK Astrogator 11 Send comments on this topic.
Load Property (IAgVAPowerProcessed)
See Also 
Windows






Windows & Linux

Description

The power diverted from power source and unavailable to PPU. Uses Power Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Load() As Double

[C#]
public double Load {get; set;}

[Managed C++]
public: __property double get_Load();
public: __property void set_Load(
double
);

[Unmanaged C++]
public: HRESULT get_Load(
double * pRetVal
);
public: HRESULT put_Load(
double NewLoad
);

[Java]
public double getLoad();public void setLoad(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface