| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
JulianDate See Also
See Also