Gets whether near-identical points are merged in the part sketch after entities are imported.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMergePoints( _
ByVal Sheet As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IImportDxfDwgData
Dim Sheet As System.String
Dim value As System.Boolean
value = instance.GetMergePoints(Sheet) |
C# | |
---|
System.bool GetMergePoints(
System.string Sheet
) |
C++/CLI | |
---|
System.bool GetMergePoints(
& System.String^ Sheet
) |
Parameters
- Sheet
- Sheet (layout) name of the input file or an empty string for all sheets
Return Value
True to merge near-identical points, false to not
Remarks
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0