JplDE Constructor (JplDEFile) |
Initializes an instance using the specified
JplDEFile instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected JplDE(
JplDEFile file
)
Protected Sub New (
file As JplDEFile
)
protected:
JplDE(
JplDEFile^ file
)
new :
file : JplDEFile -> JplDE
Parameters
- file
- Type: AGI.Foundation.CelestialJplDEFile
The JplDEFile instance to use.
Exceptions See Also