Click or drag to resize

CcsdsOemFileWritingOptions Constructor (Boolean, CcsdsOemFileOutputFormat)

Initializes a new instance.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
public CcsdsOemFileWritingOptions(
	bool overrideCreationDate,
	CcsdsOemFileOutputFormat outputFormat
)

Parameters

overrideCreationDate
Type: SystemBoolean
a value indicating whether the CreationDate in the CcsdsOrbitEphemerisMessageFile should be overridden by the current date and time.
outputFormat
Type: AGI.Foundation.CcsdsCcsdsOemFileOutputFormat
A value indicating whether the OEM file should use the Key-value Notation (KVN) format or one of the extensible markup language (XML) formats.
See Also