Click or drag to resize

CoverageData Constructor (CoverageData)

Initializes a new instance as a copy of an existing instance.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
protected CoverageData(
	CoverageData existingInstance
)

Parameters

existingInstance
Type: AGI.Foundation.CoverageCoverageData
The existing instance to copy.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when existingInstance is .
See Also