AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
PDMS Quick Tips & Customizations C# Customisation
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 14 replies
  • Subscribers 2 subscribers
  • Views 213 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

C# Customisation

Aaron Tan
Aaron Tan over 11 years ago
 
  • Sign in to reply
  • Cancel

Top Replies

  • Ionut Matic
    Ionut Matic over 10 years ago +1
    Hi. I searched for this on forum and I found nothing... I want to make a # report for Aveva Marine (Outfitting module). I made the graphical interface in VS C#, but (and this is my question) how can…
  • SARGUNAM
    SARGUNAM over 6 years ago
    How can i collect dbelememt with specific UDA?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Gelson Bieber
    Gelson Bieber over 5 years ago
    How can i collect dbelememt with specific UDA?

    Try this:

    [FONT=Verdana]                                var UDAAttrib = DbAttribute.GetDbAttribute(":DBATTNAME");
                                   var Elmts = MDB.CurrentMDB.FindElements(Aveva.Core.Database.DbType.All, UDAAttrib, "VALUEYOUWANT");[/FONT]
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • SARGUNAM
    SARGUNAM over 5 years ago
    Hi Gelson.bieber,

    Thanks for the replay.

    I have another question. what are equivalent command for "ID@" and "PICK"  in PML.NET(c#)
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Gelson Bieber
    Gelson Bieber over 5 years ago

    [QUOTE=SSGUNAM;112853]Hi Gelson.bieber,

    Thanks for the replay.

    I have another question. what are equivalent command for "ID@" and "PICK"  in PML.NET(c#)

    Check this:
    RE: PML .NET C# - Ask user to select a point and return a position 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<