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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.