MaterializedSpatiallyPartitionedCoverageDefinitionValidateProperties 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.2.419.0 (24.2.419.0)
Syntax protected override void ValidateProperties()
Protected Overrides Sub ValidateProperties
protected:
virtual void ValidateProperties() override
abstract ValidateProperties : unit -> unit
override ValidateProperties : unit -> unit
Exceptions Remarks This should be called in any derived coverage definition types before computing coverage.
See Also