STK AstrogatorSend comments on this topic.
ReferenceDensity Property (IAgVAExponential)
See Also
Windows





Windows & Linux

Description

Gets or sets the reference density. Uses Density Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceDensity() As Double
[C#]
public double ReferenceDensity {get; set;}
[Managed C++]
public: __property double get_ReferenceDensity();
public: __property void set_ReferenceDensity( double );
[Unmanaged C++]
public: HRESULT get_ReferenceDensity(
    double * pVal
);
public: HRESULT put_ReferenceDensity(
    double InVal
);
[Java]
public double getReferenceDensity();
public void setReferenceDensity(
    double
);
[Python - STK API ]
@property
def ReferenceDensity(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.