LongitudeLineCoverageGridUseCellSurfaceAreaForWeight Property |
Gets or sets a value indicating whether to use the surface area of the grid cells as the weight for each point, otherwise a value of 1 is used.
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 UseCellSurfaceAreaForWeight { get; set; }
Public Property UseCellSurfaceAreaForWeight As Boolean
Get
Set
public:
property bool UseCellSurfaceAreaForWeight {
bool get ();
void set (bool value);
}
member UseCellSurfaceAreaForWeight : bool with get, set
Property Value
Type:
BooleanSee Also