I have created a raster layer programmatically by loading in a netCDF file into a RasterDataset and then creating a ClassifyColorizerDefinition. I use these to create the raster layer from a LayerFactory after targeting the file URI. This works and I am able to create a raster layer overlayed on my map; however, I am having problems setting the colors exactly as desired. I have a chosen color scheme for the Classify symbology, but I am unable to set the Upper Values of the Classes within my Symbology programmatically. I cannot seem to find where these are exposed in the SDK.
Could anyone point me in the right direction? I am using the ArcGIS Pro 3.0 SDK for C#