GetSolidBackground Method (IModelNamedView) Send Feedback
See Also 
SolidBackground[out]
Solid background
Gets the solid background of the model named view.

Syntax

Visual Basic 
Function GetSolidBackground() As SolidBackground
C# 
SolidBackground GetSolidBackground()
JavaScript 
GetSolidBackground() : dsSolidBackground
COM native C++ 
HRESULT GetSolidBackground(
   ISolidBackground** SolidBackground
)  
C++ 
DSRESULT GetSolidBackground(
   dsSolidBackground** SolidBackground
)  

Parameters

SolidBackground[out] or Return Value
Solid background

Remarks

Before calling this method, call IModelNamedView::GetBackgroundType to see if the background type is set to dsViewBackgroundType_e.dsViewBackgroundTypeSolid. If the background type is set to a different type of background, then this method returns null or nothing.
 

See Also

Availability

DraftSight V1R5.0