Overview Schemas Index

DRAUGHTING_ELEMENT_SCHEMA (jsdai.SDraughting_element_schema)


TYPE annotation_plane_element = SELECT (
          draughting_callout,
          styled_item);
END_TYPE; -- annotation_plane_element

Users

          annotation_plane.elements

public class AAnnotation_plane_element extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)