Gets/Sets the temporal point used during editing or drawing

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XYZ TemporalPoint { get; set; }
Visual Basic (Declaration)
Public Property TemporalPoint As XYZ
Visual C++
public:
property XYZ^ TemporalPoint {
	XYZ^ get ();
	void set (XYZ^ value);
}

See Also