Function CDM_MACRO_DisplayViewer
|
|
Definition: | #include <CDM.h> |
---|
|
Prototype: | int CDM_MACRO_DisplayViewer(const CDM_MACRO_SYSTEM system, const char *viewer_name, CDM_Document doc, const char *parameter1, const char *parameter2);
|
---|
Arguments: | system: A token representing an opened System. (const CDM_MACRO_SYSTEM) viewer_name: The name of the viewer to be shown. (const char *) doc: A Document object. Either the Document or the Collection owning the Document must have been opened in the System specified through the "system" parameter. (CDM_Document) parameter1: A paremeter that depends on the viewer to be displayed. It usually corrsponds to Annotation Type. (const char *) parameter2: A paremeter that depends on the viewer to be displayed. It usually corrsponds to an Attribute. (const char *)
|
---|
|
|