OutlineValue

OutlineValue class

Represents an outline value.

The OutlineValue type exposes the following members:

Constructors

NameDescription
OutlineValue()Initializes a new instance of the OutlineValue class

Properties

NameDescription
value_idGets or sets the unique Id of an outline code value within a project.
value_guidGets a GUID which identifies this value among others in the entire project.
typeGets or sets the outline code type.
parent_value_idGets or sets the Id of a parent node of an outline code.
valueGets or sets the actual value.
duration_valueGets or sets the duration if Type is Duration.
descriptionGets or sets the description of an outline value.
is_collapsedGets or sets a value indicating whether outline value is collapsed or not.

See Also