BaseCoverageDefinitionValidateProperties 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 virtual void ValidateProperties()
Protected Overridable Sub ValidateProperties
protected:
virtual void ValidateProperties()
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