LongitudeLineCoverageGridSaveGridCell Property |
Gets or sets a value indicating whether the grid is to save grid cell information.
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 SaveGridCell { get; set; }
Public Property SaveGridCell As Boolean
Get
Set
public:
property bool SaveGridCell {
bool get ();
void set (bool value);
}
member SaveGridCell : bool with get, set
Property Value
Type:
BooleanSee Also