Click or drag to resize

FrequencySpecificElectricFieldPattern Constructor (FrequencySpecificElectricFieldPattern)

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

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FrequencySpecificElectricFieldPattern(
	FrequencySpecificElectricFieldPattern existingInstance
)

Parameters

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