AGI STK Objects 11 Send comments on this topic.
DensityWeighingFactor Property (IAgVeAdvanced)
See Also 





Description

The scale factor to be used during density calculations. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DensityWeighingFactor();
public: __property void set_DensityWeighingFactor(
double
);

[Unmanaged C++]
public: HRESULT get_DensityWeighingFactor(
double * pRetVal
);
public: HRESULT put_DensityWeighingFactor(
double NewDensityWeighingFactor
);

[Java]
public double getDensityWeighingFactor();public void setDensityWeighingFactor(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1