Parents
  • using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using Aveva.ApplicationFramework;
    //using Aveva.ApplicationFramework.Presentation;
    using Aveva.Pdms.Shared;
    using Aveva.Pdms.Database;
    using Aveva.Pdms.Geometry;
    using Aveva.Pdms.Utilities.CommandLine;
    namespace testdotnet
    {
       public partial class Form1 : Form
       {
           public Form1()
           {
               InitializeComponent();
           }
           private void button1_Click(object sender, EventArgs e)
           {
               string name = CurrentElement.Element.
                   GetAsString(DbAttributeInstance.FLNM);
               DbAttribute[] atts =
                   CurrentElement.Element.GetAttributes();
               List
Reply
  • using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using Aveva.ApplicationFramework;
    //using Aveva.ApplicationFramework.Presentation;
    using Aveva.Pdms.Shared;
    using Aveva.Pdms.Database;
    using Aveva.Pdms.Geometry;
    using Aveva.Pdms.Utilities.CommandLine;
    namespace testdotnet
    {
       public partial class Form1 : Form
       {
           public Form1()
           {
               InitializeComponent();
           }
           private void button1_Click(object sender, EventArgs e)
           {
               string name = CurrentElement.Element.
                   GetAsString(DbAttributeInstance.FLNM);
               DbAttribute[] atts =
                   CurrentElement.Element.GetAttributes();
               List
Children
No Data