MaterializedTemporallyPartitionedCoverageDefinition.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: 24.3.420.0 (24.3.420.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