Gets the position of the entities created in the drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetPosition( _
ByVal Sheet As String, _
ByRef Positioning As Integer, _
ByRef X As Double, _
ByRef Y As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IImportDxfDwgData
Dim Sheet As String
Dim Positioning As Integer
Dim X As Double
Dim Y As Double
instance.GetPosition(Sheet, Positioning, X, Y)
|
C++/CLI | |
---|
void GetPosition(
& String^ Sheet,
& [Out] int Positioning,
& [Out] double X,
& [Out] double 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
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0