Use the method:
     GetPropertyValue ("Slate" , "Requirements")
This works for properties not directly accessible through the API.

If you want to see a list of all available properties and tools (tabs) for
a Rose Item, you can use:

     Dim theProps As PropertyCollection
     Set theProps = aRoseIitem.GetAllProperties()
     Viewport.open
     For i = 1 To theProps.Count
          Print Tab(5) theProps.GetAt(i).ToolName & "," &
theProps.GetAt(i).Name & ","  & theProps.GetAt(i).Type
     Next i

There are some properties that aren't available through a specification
wind, so this can be handy for discovering the correct name so that you can
set values via script.
*************************************************************************

PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.

*************************************************************************

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
* Only plain-text messages are supported.
* HTML or Rich-Text messages may be rejected.
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* 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