Removes all objects from the diagram.
SyntaxVB6
Copy Code
|
|---|
Public Sub ClearAll () |
C++
Copy Code
|
|---|
public: |
RemarksRemoves all diagram items and groups. This method might be invoked in response to a File\New menu command. The values of FlowChartX properties are not affected by ClearAll.
See Also