STK ObjectsSend comments on this topic.
DensityWeighingFactor Property (IAgVeAdvanced)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_DensityWeighingFactor(
    double DensityWeighingFactor
);
[Java]
public double getDensityWeighingFactor();
public void setDensityWeighingFactor(
    double
);
[Python - STK API ]
@property
def DensityWeighingFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.