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 * pRetVal
);
public: HRESULT put_MaterialDensity(
   double NewMaterialDensity
);
[Java]
public double getMaterialDensity();public void setMaterialDensity(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.