In Revit C#, I've looped through the view elements and grabbed the parameter VIEWER_CROP_REGION_VISIBLE, I want to turn the bool visibly on or off.
I should be able to "Get", then "Set"
I've tried AsValueString, Yes, No, it didn't change the visibility
how do you turn the visibility on/off
This might be an easier way to tackle the issue, since
CropBoxVisibleis a setable property of theViewclass.