By Aaron Lu
Several customers is asking how to get Graphic Display Options from Revit API, after my investigation, I found API did not expose all available information in UI, what are available is shown in below picture, makred with 1,2,3:
Related methods are:
ViewDisplayModel displayModel = view.GetViewDisplayModel(); //1 ViewDisplaySketchyLines sketchyLines = view.GetSketchyLines(); //2 SunAndShadowSettings sunAndShadowSettings = view.SunAndShadowSettings; //3