CroSecTableRowverifyProps Method
Compare mechanical properties as read from the table to those as calculated from the
geometric dimensions of the cross section. If the relative deviation is larger than
given in max_verifiy_delt a message is issued.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public virtual string verifyProps(
double?[] _props
)
Public Overridable Function verifyProps (
_props As Double?()
) As String
public:
virtual String^ verifyProps(
array<Nullable<double>>^ _props
)
abstract verifyProps :
_props : Nullable<float>[] -> string
override verifyProps :
_props : Nullable<float>[] -> string
- _props NullableDouble
- Array of property values.
StringMessage in case the deviation limit is reached.