|
CroSecTableRowprops Property
|
Gets or sets array of mechanical properties of the cross section.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Nullable<double>[] props { get; set; }
Public Property props As Nullable(Of Double)()
Get
Set
public:
property array<Nullable<double>>^ props {
array<Nullable<double>>^ get ();
void set (array<Nullable<double>>^ value);
}
member props : Nullable<float>[] with get, set
Property Value
Type:
NullableDouble
See Also