DynamicMatrixPropagationParameterColumnDimension Property |
Gets or sets the number of columns.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.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