STK ObjectsSend 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
);
[Python - STK API ]
@property
def MaterialDensity(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.