AGI STK Objects 11Send comments on this topic.
Density Property (IAgVOVaporTrail)
See Also
Windows






Windows & Linux

Description

Vapor density for a puff. A higher number produces denser looking vapor.

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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.