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






Windows & Linux

Description

Density of the user-defined material

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaterialDensity() As Double
[C#]
public double MaterialDensity {get; set;}
[Managed C++]
public: __property double get_MaterialDensity();
public: __property void set_MaterialDensity( double );
[Unmanaged C++]
public: HRESULT get_MaterialDensity(
    double * pVal
);
public: HRESULT put_MaterialDensity(
    double MaterialDensity
);
[Java]
public double getMaterialDensity();
public void setMaterialDensity(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.