Solid Edge FrameworkSupport Type Library
AddImage Method
Specifies whether the image file is linked. When True, the image file is linked; when False, embedded.
Specifies the file name of the image.
Description
This method adds an Image2d object.
Syntax
Visual Basic
Public Function AddImage( _
   ByVal blink As Boolean, _
   ByVal ImageDocumentName As String _
) As Image2d
Parameters
blink
Specifies whether the image file is linked. When True, the image file is linked; when False, embedded.
ImageDocumentName
Specifies the file name of the image.
See Also

Images2d Collection  | Images2d Members

Send comments on this topic.