'Declaration Public Overrides Property Location As Vintasoft.Imaging.VintasoftPoint3D
public override Vintasoft.Imaging.VintasoftPoint3D Location { get; set; }
public: __property Vintasoft.Imaging.VintasoftPoint3D get_Location(); override; public: __property void set_Location(
Vintasoft.Imaging.VintasoftPoint3D value
); override;
public:
property Vintasoft.Imaging.VintasoftPoint3D Location { Vintasoft.Imaging.VintasoftPoint3D get() override;; void set(Vintasoft.Imaging.VintasoftPoint3D value) override;; }