DynamicMatrixPropagationParameter.RowDimension Property |
Gets or sets the number of rows.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int RowDimension { get; set; }
Public Property RowDimension As Integer
Get
Set
public:
property int RowDimension {
int get ();
void set (int value);
}
member RowDimension : int with get, set
Property Value
Type:
Int32
See Also