STK ObjectsSend 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
);
[Python - STK API ]
@property
def Density(self) -> float:

@Density.setter
def Density(self, pDensity:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.