Gets or sets whether to import dimension into the part sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ImportDimensions( _
ByVal Sheet As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IImportDxfDwgData
Dim Sheet As String
Dim value As Boolean
instance.ImportDimensions(Sheet) = value
value = instance.ImportDimensions(Sheet)
|
C# | |
---|
bool ImportDimensions(
string Sheet
) {get; set;} |
C++/CLI | |
---|
property bool ImportDimensions {
bool get(String^ Sheet);
void set (String^ Sheet, bool value);
} |
Parameters
- Sheet
- Sheet (layout) name of the input file or an empty string for all sheets
Return Value
True to import dimension, false to not
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0