PointFixedAtJulianDateFixedPoint Property |
Gets or sets the
Point that will be evaluated at the
FixedAt date.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point FixedPoint { get; set; }
Public Property FixedPoint As Point
Get
Set
public:
property Point^ FixedPoint {
Point^ get ();
void set (Point^ value);
}
member FixedPoint : Point with get, set
Property Value
Type:
PointSee Also