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






Windows & Linux

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 * pVal
);
public: HRESULT put_TensileStrength(
    double TensileStrength
);
[Java]
public double getTensileStrength();
public void setTensileStrength(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.