Overview Schemas Index

DRAUGHTING_ELEMENT_SCHEMA (jsdai.SDraughting_element_schema)


TYPE draughting_callout_element = SELECT (
          annotation_text_occurrence,
          annotation_symbol_occurrence,
          annotation_curve_occurrence);
END_TYPE; -- draughting_callout_element

Users

          draughting_callout.contents

public class ADraughting_callout_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)