The INetworkDiagramItem type exposes the following members.

Properties

  NameDescription
AssignmentsContent
Gets or sets the assignments of the current item as a (usually string) value to be displayed as a tool tip in the view.
Content
Gets the content of the current item, displayed in the INetworkDiagramView control.
EarlyFinish
Gets the early finish date and time of the current task item.
EarlyStart
Gets the early start date and time of the current task item.
Effort
Gets the activity effort (duration) of the current task item.
IsMilestone
Gets a value indicating whether the current task item represents a project milestone.
LateFinish
Gets the late finish date and time of the current task item.
LateStart
Gets the late start date and time of the current task item.
Predecessors
Gets the predecessor collection of the current task item used to define dependencies (to be displayed as polyline arrows between dependent network shapes in the view).
Slack
Gets or sets the activity slack (its ability to be rescheduled without changing the general project timeline) of the current task item.

See Also