Click or drag to resize

NPlateModelReadFrom Method (String)

Reads the N-Plate model information in from a file (most likely a .nplate) and returns a NPlateModel.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static NPlateModel ReadFrom(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the N-Plate model file from which to read.

Return Value

Type: NPlateModel
The N-Plate model described in the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fileName is .
See Also