Sets the levels-related information for importing and IGES file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetLevels( _
ByVal All As Boolean, _
ByVal Only As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IImportIgesData
Dim All As Boolean
Dim Only As Object
Dim value As Boolean
value = instance.SetLevels(All, Only)
|
C# | |
---|
bool SetLevels(
bool All,
object Only
) |
C++/CLI | |
---|
bool SetLevels(
& bool All,
& 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 indicating 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