OutlineValue
Contents
[
Hide
]OutlineValue class
Represents an outline value.
Methods
| Name | Description |
|---|---|
| get_Description | Gets the description of an outline value. |
| get_DurationValue | Gets the duration if Type is Duration . |
| get_IsCollapsed | Gets a value indicating whether outline value is collapsed or not. |
| get_ParentValueId | Gets the Id of a parent node of an outline code. |
| get_Type | Gets the outline code type. |
| get_Value | Gets the actual value. |
| get_ValueGuid | Gets a GUID which identifies this value among others in the entire project. |
| get_ValueId | Gets the unique Id of an outline code value within a project. |
| set_Description | Sets the description of an outline value. |
| set_DurationValue | Sets the duration if Type is Duration . |
| set_IsCollapsed | Sets a value indicating whether outline value is collapsed or not. |
| set_ParentValueId | Sets the Id of a parent node of an outline code. |
| set_Type | Sets the outline code type. |
| set_Value | Sets the actual value. |
| set_ValueId | Sets the unique Id of an outline code value within a project. |