| T O P I C R E V I E W |
| liujibao |
Posted - 02/09/2004 : 8:28:35 PM I have draw a curve in a graphpage, but how to delete the GraphPage window ?
Edited by - liujibao on 02/09/2004 9:50:36 PM |
| 1 L A T E S T R E P L I E S (Newest First) |
| easwar |
Posted - 02/09/2004 : 10:18:04 PM Hi,
If you look at the Origin C language reference documentation for GraphPage, you will see that it is derived from OriginObject->PageBase->Page->GraphPage and so it inherits methods and properties from these other classes. And in OriginObject class, there is a Destroy method.
So you can use that method to delete the graph page with code such as: gpg.Destroy();
Easwar OriginLab.
|
|
|