StkSatelliteDatabaseVersion Property  | 
 
            Gets the version number reported in the Generic Database (.gd) file, or "Unknown" if
            the file does not exist or does not contain a Version field.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string Version { get; }Public ReadOnly Property Version As String
	Get
public:
property String^ Version {
	String^ get ();
}member Version : string with get
Property Value
Type: 
String
See Also