| ScalarOccultationTargetPoint Property  | 
 
            Gets or sets the 
Point representing the location at which
            the occultation factor is being calculated.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Point TargetPoint { get; set; }Public Property TargetPoint As Point
	Get
	Set
public:
property Point^ TargetPoint {
	Point^ get ();
	void set (Point^ value);
}member TargetPoint : Point with get, set
Property Value
Type: 
Point See Also
See Also