Inserts a picture on the current drawing sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertSketchPicture2( _
ByVal FileName As System.String, _
ByVal HighestResolution As System.Boolean _
) As SketchPicture |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim FileName As System.String
Dim HighestResolution As System.Boolean
Dim value As SketchPicture
value = instance.InsertSketchPicture2(FileName, HighestResolution) |
Parameters
- FileName
- Path to image file including file extension
- HighestResolution
- True to insert images up to 8192 pixels without compression, false to compress images to 2048 pixels before insertion (see Remarks)
Return Value
Picture
Example
Remarks
See Also
Availability
SOLIDWORKS 2019 SP04, Revision Number 27.4