<@doc hierarchy="GMLDOM"> Base aspect for all graphic primitives (c) SAP AG 2003-2006. All rights reserved. abstract Aspect Graphic for GmlDrawing; ////////////////////////////////////////////////////////////////////////////////////// // ASPECT PROPERTIES <@doc type="@Board!" scope="private">Gets the current drawing board object virtual readonly property board = null; <@doc type="@PlanarDiagram!" scope="private">Gets the containing diagram object virtual readonly property diagram = null; <@doc scope="private">Gets the graphic's Id virtual readonly property id = ''; <@doc scope="private">Indicates whether the graphic is currently selected virtual readonly property selected = false;