NamedView.deleteMe Method
Parent Object: NamedViewDefined in namespace "adsk::core" and the header file is <Core/Application/NamedView.h>
Description
Deletes this named view. This method will fail for any of the four standard named views. This can be determined by checking to see if the isBuiltIn property is true.
Syntax
"namedView_var" is a variable referencing a NamedView object.
|