MaterializedSpatiallyPartitionedCoverageDefinition.ValidateProperties Method |
Validates all of the properties of the coverage definition.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected override void ValidateProperties()
Protected Overrides Sub ValidateProperties
protected:
virtual void ValidateProperties() override
abstract ValidateProperties : unit -> unit
override ValidateProperties : unit -> unit
Exceptions
RemarksThis should be called in any derived coverage definition types before computing coverage.
See Also