DynamicMatrixPropagationParameterColumnDimension Property |
Gets or sets the number of columns.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int ColumnDimension { get; set; }
Public Property ColumnDimension As Integer
Get
Set
public:
property int ColumnDimension {
int get ();
void set (int value);
}
member ColumnDimension : int with get, set
Property Value
Type:
Int32See Also