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