Deletes all empty instances of the
CADLayout class with the
exception of the Model_Space layout.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub CleaningLayouts( _ ByVal ADeletePSpace As Boolean _ ) |
C#
|
public void CleaningLayouts( bool ADeletePSpace ) |
Parameters
-
ADeletePSpace
-
Type: bool
A value indicating whether a Paper_Space layout must be deleted. true,
if a Paper_Space layout has to be deleted; otherwise, false.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also