Hello Mike,

You can get both the qualified name and the Unique ID 
of anything which inherits from Element, e.g. a Class:

Dim thename as string, thequid as string
dim theclass as class
set theclass = ...

thename = theclass.getqualifiedname()
thequid = theclass.getuniqueid()

See the online help on 'Element Class Overview' from 
the Help Index for more information. When you look up a particular REI
class,
such as 'operation' or 'attribute' or 'parameter', you'll be able to see
whether it inherits from Element (all the above do).

Thank you and regards, Lara

======================================================================
Upgrades to Rose 2001 Unix and to Rose 2001A Windows:   
http://www.rational.com/support/downloadcenter/upgrades/rose.jsp
Rose Technotes: 
http://www.rational.com/support/technotes/index.jsp
Rose Unix patches:   
ftp://ftp.rational.com/patch_info/index.html         
Web-based licensing service:
http://www.rational.com/accountlink
======================================================================

Lara Ziosi
Technical Support Engineer
Rational WW Customer Service
Rational Software               Phone:             +31 (0)20 4546 200
Beechavenue 30                  Fax:               +31 (0)20 4546 201
1119 PV  Schiphol-Rijk          Email:    [EMAIL PROTECTED]
The Netherlands                 Web:  http://www.rational.com/support

======================================================================


> -----Original Message-----
> From: Mike Murray [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 05, 2001 11:31 PM
> To: rose_forum
> Subject: (ROSE) REI: Qualified Type (quidu)
> 
> 
> 
> I would like to get the qualified type for attributes, operation
> parameters, and operation return types.
> 
> Does anyone know if there is a way to do this?
> 
> Is there a method that provides access to the quidu?  If I 
> could get the
> quidu for the above mentioned elements, I think I could use that in
> conjunction with Model.FindClassWithID to obtain the class 
> for the type,
> and go from there.
> 
> Thanks
> --
> Mike Murray                 mailto:[EMAIL PROTECTED]
> Windchill Core Development  http://www.ptc.com/windchill
> PTC
> 
> 
> **************************************************************
> **********
> * Rose Forum is a public venue for ideas and discussions.
> * For technical support, visit http://www.rational.com/support
> *
> * Admin.Subscription Requests: [EMAIL PROTECTED]
> * Archive of messages: 
> http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
> * Other Requests: [EMAIL PROTECTED]
> *
> * To unsubscribe from the list, please send email
> *
> * To: [EMAIL PROTECTED]
> * Subject:<BLANK>
> * Body: unsubscribe rose_forum
> *
> **************************************************************
> ***********
> 
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to