Click or drag to resize

ParameterizedSpatiallyPartitionedCoverageDefinitionValidateProperties Method

Validates all of the properties of the coverage definition.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void ValidateProperties()
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if GridPointPlaceholder is null.
InvalidOperationException

Thrown when any of the following conditions are met:

  • No Assets were specified.
  • Duplicate Assets were specified.
  • No grid points were generated with the supplied definition of Grid.
Remarks
This should be called in any derived coverage definition types before computing coverage.
See Also