public float[] BBox { get; set; }
Public Property BBox As Single() Get Set
public: property array<float>^ BBox { array<float>^ get (); void set (array<float>^ value); }