SetImageBackground Method (IModelNamedView) Send Feedback
See Also  Example
ImageBackground
Image background
Sets the background of this model named view to the specified image background.

Syntax

Visual Basic 
Sub SetImageBackground( _
   ByVal ImageBackground As ImageBackground _
) 
C# 
void SetImageBackground( 
   ImageBackground ImageBackground
)
JavaScript 
SetImageBackground( 
   ImageBackground : dsImageBackground
)
COM native C++ 
HRESULT SetImageBackground( 
   IImageBackground* ImageBackground
) 
C++ 
DSRESULT SetImageBackground( 
   dsImageBackground* ImageBackground
) 

Parameters

ImageBackground
Image background

Example

 

See Also

Availability

DraftSight V1R5.0