MaterializedTemporallyPartitionedCoverageDefinition Constructor (ICoverageGrid, Boolean) | 
 
            Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties. 
            
GridPointCreationCallback will need to be set before use if the default is not selected.
            
 
    Namespace: 
   AGI.Foundation.Coverage
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic MaterializedTemporallyPartitionedCoverageDefinition(
	ICoverageGrid grid,
	bool useDefaultGridPointPlatform
)
Public Sub New ( 
	grid As ICoverageGrid,
	useDefaultGridPointPlatform As Boolean
)
public:
MaterializedTemporallyPartitionedCoverageDefinition(
	ICoverageGrid^ grid, 
	bool useDefaultGridPointPlatform
)
new : 
        grid : ICoverageGrid * 
        useDefaultGridPointPlatform : bool -> MaterializedTemporallyPartitionedCoverageDefinitionParameters
- grid
 - Type: AGI.Foundation.Geometry.DiscreteICoverageGrid
The ICoverageGrid to be used in this coverage calculation. - useDefaultGridPointPlatform
 - Type: SystemBoolean
If this is set to  then a default platform will be set on the grid points. See below for more details. 
Exceptions
Remarks
See Also