Gets or sets whether to process surfaces together.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ProcessByLevel As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IImportIgesData
Dim value As Boolean
instance.ProcessByLevel = value
value = instance.ProcessByLevel
|
C# | |
---|
bool ProcessByLevel {get; set;} |
C++/CLI | |
---|
property bool ProcessByLevel {
bool get();
void set (bool value);
} |
Return Value
True to process surfaces on the same IGES level together in their own folder in the FeatureManager design tree, false to process surfaces to level 0 and not put them in their own folder in the FeatureManager design tree
Example
See Also
Availability
SolidWorks 2005 SP3, Revision Number 13.3