Gets or sets whether constraints are added to the geometry in the part sketch after importing the entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AddSketchConstraints( _
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
instance.AddSketchConstraints(Sheet) = value
value = instance.AddSketchConstraints(Sheet) |
C# | |
---|
System.bool AddSketchConstraints(
System.string Sheet
) {get; set;} |
C++/CLI | |
---|
property System.bool AddSketchConstraints {
System.bool get(System.String^ Sheet);
void set (System.String^ Sheet, System.bool value);
} |
Parameters
- Sheet
- Sheet (layout) name of the input file or an empty string for all sheets
Property Value
True to add constraints, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0