TelescopeApertureArea Property |
The area of the telescope's aperture, taking into account any obstructions (square meters)
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.3.0.2839)
Syntaxpublic double ApertureArea { get; }
Public ReadOnly Property ApertureArea As Double
Get
public:
virtual property double ApertureArea {
double get () sealed;
}
Property Value
Type:
DoubleImplements
ITelescopeV3ApertureArea
Remarks
This is only available for telescope InterfaceVersions 2 and 3
See Also