Sets the levels-related information for importing and IGES file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetLevels( _
ByVal All As System.Boolean, _
ByVal Only As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IImportIgesData
Dim All As System.Boolean
Dim Only As System.Object
Dim value As System.Boolean
value = instance.SetLevels(All, Only) |
C# | |
---|
System.bool SetLevels(
System.bool All,
System.object Only
) |
C++/CLI | |
---|
System.bool SetLevels(
& System.bool All,
& System.Object^ Only
) |
Parameters
- All
- True to process all IGES levels, false to not
- Only
- If All is false, then specify either a long or an array of longs, or specify an integer or an array of integers (see Long vs. Integer), which indicate the levels that should be processed
Return Value
True if the levels-related information is set, false if not
See Also
Availability
SolidWorks 2005 SP3, Revision Number 13.3