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