Function CDM_MACRO_OpenSystem
|
|
Definition: | #include <CDM.h> |
---|
|
Prototype: | CDM_MACRO_SYSTEM CDM_MACRO_OpenSystem(const char *name, const char *folder);
|
---|
Arguments: | name: The name of the System to be displayed. (const char *) folder: The name of the Folder the System resided in (optional). (const char *)
|
---|
|
|
Description:
This function will open the System window in the graphical interface.
Return Value:
The return value from this function will be a token (of type
CDM_MACRO_SYSTEM) representing the opened System window.
CDM does not own the returned token: the caller is responsible to use
Tcl_DecrRefCount or CDM_Free in order to free the token and the memory
associated with it. In case of an error, NULL will be returned and an error message will be
left at the current active Tcl interpreter (CDM_Interp).
Notes:
This function is equivelant to ::Macro::OpenSystem (Tcl API).
See Also:
CDM_MACRO_EditSystem, CDM_MACRO_GetOpenedCollection,
CDM_MACRO_GetOpenedDocument, CDM_MACRO_OpenInSystem,
CDM_MACRO_RunSystemComponent, CDM_MACRO_RunSystemTool,
CDM_MACRO_DisplayViewer,
CDM_Free, Tcl_DecrRefCount,
::Macro::OpenSystem
Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.