'Declaration Public Property BoundingBoxArea As InteractiveObjectBoundingBoxArea
public InteractiveObjectBoundingBoxArea BoundingBoxArea { get; set; }
public: __property InteractiveObjectBoundingBoxArea* get_BoundingBoxArea(); public: __property void set_BoundingBoxArea(
InteractiveObjectBoundingBoxArea* value
);
public:
property InteractiveObjectBoundingBoxArea^ BoundingBoxArea { InteractiveObjectBoundingBoxArea^ get(); void set(InteractiveObjectBoundingBoxArea^ value); }