JplDEFileConstants Property |
Gets an enumerator for the constants in the file.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IEnumerable<string> Constants { get; }
Public ReadOnly Property Constants As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Constants {
IEnumerable<String^>^ get ();
}
member Constants : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also