next up previous contents
Next: C.1.4 Die Klasse Arc Up: C.1 Die Schnittstelle zur Previous: C.1.2 Die Klasse Graph

C.1.3 Die Klasse Box

Die Klasse repräsentiert die Komponente Box des GTM-Datenmodells.
#include <somobj.idl>

interface Box : SOMObject
{
void create_b_in_graph(in string parentName,
                       in string boxName,
                       in string label);

void delete_box(in string boxName);

#ifdef __SOMIDL__
        implementation
        {
        dllname="gtm.dll";
        };
#endif /* __SOMIDL__ */
};



Copyright Munich Network Management Team