AGI AgAsHpopPlugin 11 Send comments on this topic.
Density Property (IAgAsHpopPluginResultEval)
See Also 





Description

Current density in kilograms/meter^3. Available only if Drag is on.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Density();
public: __property void set_Density(
double
);

[Unmanaged C++]
public: HRESULT get_Density(
double * pRetVal
);
public: HRESULT put_Density(
double NewDensity
);

[Java]
public double getDensity();public void setDensity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1