public double[] Transformation { get; set; }Public Property Transformation As Double()
Get
Setpublic:
property array<double>^ Transformation {
array<double>^ get ();
void set (array<double>^ value);
}member Transformation : float[] with get, set