| 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
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.
IModelNamedView Interface
IModelNamedView Members
IViewManager::CreateSolidBackground Method ()
IModelNamedView::RemoveBackground Method ()
IModelNamedView Members
IViewManager::CreateSolidBackground Method ()
IModelNamedView::RemoveBackground Method ()
DraftSight V1R5.0
Syntax