PathPointBuilderDate Property |
Gets or sets the date associated with this point.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate Date { get; set; }
Public Property Date As JulianDate
Get
Set
public:
property JulianDate Date {
JulianDate get ();
void set (JulianDate value);
}
member Date : JulianDate with get, set
Property Value
Type:
JulianDateSee Also