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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.