Pré. | Proc. |
Risk Class
A Risk object represents a named risk associated with an element. It is used for project management purposes. Risks can be accessed through the Element Risks collection.
Associated table in repository
t_objectrisks
Risk Attributes
Attribute |
Description |
See also |
---|---|---|
Name |
String Notes: Read/Write The name of the risk. |
|
Notes |
String Notes: Read/Write Further notes describing the risk. |
|
ObjectType |
ObjectType Notes: Read only Distinguishes objects referenced through a Dispatch interface. |
ObjectType |
Type |
String Notes: Read/Write The risk type associated with this element. |
|
Weight |
Long Notes: Read/Write A weighting for estimation or metric purposes. |
Risk Methods
Method |
Description |
See also |
---|---|---|
GetLastError() |
String Notes: Returns a string value describing the most recent error that occurred in relation to this object. |
|
Update() |
Boolean Notes: Update the current Risk object after modification or appending a new item. If False is returned, check the 'GetLastError()' function for more information. |