DynamicMatrixPropagationParameter.ColumnDimension Property |
Gets or sets the number of columns.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Int32
See Also