PositionVectorSetFromStar Method

Initialize the PositionVector from a Star object.

Definition

Namespace: ASCOM.Tools.NovasCom
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public bool SetFromStar(
	Star star
)

Parameters

star  Star
The Star object from which to initialize

Return Value

Boolean
True if successful or throws an exception

Exceptions

HelperExceptionIf Parallax, RightAScension or Declination is not available in the supplied star object.

Version Information

.NET Standard

Supported in: 2.0

See Also