PointFixedAtJulianDate.FixedPoint 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Point
See Also