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






Windows & Linux

Description

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 * pRetVal
);
public: HRESULT put_ReferenceDensity(
   double NewReferenceDensity
);
[Java]
public double getReferenceDensity();public void setReferenceDensity(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.