Go back to the data table that had your Orthogonal Fit. You had a column for 210 and a column for 280. You had 210 on the X-axis and 280 on the Y-axis.
Create a new column, let's call it Model. The equation will look like this:
Note the parameter, b0, in the bottom center and the initial value that is close to the intercept from your Orthogonal Fit. Note the formula that uses the parameter of b0 and the hard-coded slope from the Orthogonal Fit multiplying the 210 column.
Now go to the nonlinear fit platform. This Model column is the X, Predictor Formula. The 280 column will be the Y, Response column. Click OK. In the Nonlinear Control Panel, click Go. When it stops, the b0 parameter should match the Fit Orthogonal Results. Then click on Confidence Limits button to see the confidence interval.
Remember that your interpretation of the intercept is NOT the same as for a regression model. I would NOT expect this to be 0 even if 280 and 210 are measuring the same thing, just like I would not expect the slope to be 1. This is because the Fit Orthogonal is utilizing the variability in both the X and the Y. So be extremely careful on how you interpret the confidence interval.
Dan Obermiller