TransformRefresh Method

Causes the transform component to recalculate values derived from the last Set command

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public void Refresh()

Remarks

Use this when you have set J2000 co-ordinates and wish to ensure that the mount points to the same co-ordinates allowing for local effects that change with time such as refraction.

Note: As of Platform 6 SP2 use of this method is not required, refresh is always performed automatically when required.

Version Information

.NET Standard

Supported in: 2.0

See Also