View.SetBackground
Description:
Sets the background for the view. Background can only be set for 3d views and for Sections/Elevations.
Sets the background for the view. Background can only be set for 3d views and for Sections/Elevations.
public void SetBackground(
ViewDisplayBackground background
)
-
backgroundBackground to set. See 'ViewDisplayBackground' class and its 'create' methods.
-
The background object is invalid, or view has 'Rendering' style.
-
A non-optional argument was null
-
This view does not contain display-related properties.