Gets or sets the dimensions of the grid.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public dim3 Dim { get; set; } |
Visual Basic |
---|
Public Property Dim As dim3 Get Set |
Visual C++ |
---|
public: property dim3^ Dim { dim3^ get (); void set (dim3^ value); } |