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





Description

Tensile strength of the user-defined material in MPa.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TensileStrength() As Double

[C#]
public double TensileStrength {get; set;}

[Managed C++]
public: __property double get_TensileStrength();
public: __property void set_TensileStrength(
double
);

[Unmanaged C++]
public: HRESULT get_TensileStrength(
double * pRetVal
);
public: HRESULT put_TensileStrength(
double NewTensileStrength
);

[Java]
public double getTensileStrength();public void setTensileStrength(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1