STK AgAsHpopPluginSend comments on this topic.
Density Property (IAgAsHpopPluginResultEval)
See Also
Windows





Windows & Linux

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 * pDensity
);
public: HRESULT put_Density(
    double NewDensity
);
[Java]
public double getDensity();
public void setDensity(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.