Adds the specified rubber stamp to an eDrawings document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub AddStamp( _
ByVal Filename As String, _
ByVal X As Single, _
ByVal Y As Single, _
ByVal Width As Single, _
ByVal Height As Single _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim Filename As String
Dim X As Single
Dim Y As Single
Dim Width As Single
Dim Height As Single
instance.AddStamp(Filename, X, Y, Width, Height)
|
Parameters
- Filename
- Path and filename of the file containing an image of a rubber stamp
- X
- Y
- Parts and assemblies: y screen coordinate
- or -
-
Drawings: y drawing coordinate
- Width
- Height
- Parts and assemblies: not applicable; no meaning
- or -
-
Drawings: height of the stamp in drawing coordinates
Example
Remarks
See Also
Availability
SolidWorks eDrawings API 2007 SP0