Sets the position of the entities created in the drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPosition( _
ByVal Sheet As String, _
ByVal Positioning As Integer, _
ByVal X As Double, _
ByVal Y As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IImportDxfDwgData
Dim Sheet As String
Dim Positioning As Integer
Dim X As Double
Dim Y As Double
Dim value As Boolean
value = instance.SetPosition(Sheet, Positioning, X, Y)
|
Parameters
- Sheet
- Sheet (layout) name of the input file or an empty string for all sheets
- Positioning
- Position as defined in swDwgImportEntitiesPositioning_e
- X
- X coordinate of the origin of the imported drawing
- Y
- Y coordinate of the origin of the imported drawing
Return Value
True if the position is set, false if not
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0