GetImageBackground Method (IModelNamedView) Send Feedback
See Also 
ImageBackground[out]
Image background
Gets the image background for the model named view.

Syntax

Visual Basic 
Function GetImageBackground() As ImageBackground
C# 
ImageBackground GetImageBackground()
JavaScript 
GetImageBackground() : dsImageBackground
COM native C++ 
HRESULT GetImageBackground(
   IImageBackground** ImageBackground
)  
C++ 
DSRESULT GetImageBackground(
   dsImageBackground** ImageBackground
)  

Parameters

ImageBackground[out] or Return Value
Image background

Remarks

Before calling this method, call IModelNamedView::GetBackgroundType to see if the background type is set to dsViewBackgroundType_e.dsViewBackgroundTypeImage. 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