<@doc hierarchy="GMLDOM"> An object representing a reference to an Outport. (c) SAP AG 2004. All rights reserved. #ALIAS[g=core.svg:GmlDrawing] #INCLUDE[svg:defs.inc] Class Outplug inherit Plug; metadata icon16 = '#URL[~res:skins.neutral.symbols.outplug16.gif]'; attach svg:Pin override { symbol: #[SVG_CIRCLE_PIN] }; override virtual readonly property dir = #[DIR_OUT]; override method onCreate() this.supercall("onCreate"); //this.dir = #[DIR_OUT]; // 'dir' is readonly property -> set fails end