Gets/sets the Pointer3D

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

Syntax

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

See Also