Namespace:
VideoRay
Assembly:
vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public double[] Thruster { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Thruster As Double() |
Visual C++ |
---|
public:
property array<double>^ Thruster {
array<double>^ get ();
void set (array<double>^ value);
} |
See Also