TorusCoverageGridUseCellVolumeForWeight Property |
Gets or sets a value indicating whether to use the volume of the grid cells as the weight for each point.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseCellVolumeForWeight { get; set; }
Public Property UseCellVolumeForWeight As Boolean
Get
Set
public:
property bool UseCellVolumeForWeight {
bool get ();
void set (bool value);
}
member UseCellVolumeForWeight : bool with get, set
Property Value
Type:
BooleanSee Also