'Declaration Public Property colorReplaceSpheres As Vintasoft.Imaging.ImageProcessing.Web.Services.WebColorReplaceSphere[]
public Vintasoft.Imaging.ImageProcessing.Web.Services.WebColorReplaceSphere[] colorReplaceSpheres { get; set; }
public: __property Vintasoft.Imaging.ImageProcessing.Web.Services.WebColorReplaceSphere*[] get_colorReplaceSpheres(); public: __property void set_colorReplaceSpheres(
Vintasoft.Imaging.ImageProcessing.Web.Services.WebColorReplaceSphere*[]* value
);
public:
property Vintasoft.Imaging.ImageProcessing.Web.Services.WebColorReplaceSphere^[] colorReplaceSpheres { Vintasoft.Imaging.ImageProcessing.Web.Services.WebColorReplaceSphere^[] get(); void set(array<Vintasoft.Imaging.ImageProcessing.Web.Services.WebColorReplaceSphere^>^ value); }