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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1