API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / SegmentDefinition Property

SegmentDefinition Property (PlanningSegment)
Returns the SegmentDefinition of the PlanningObject.
Syntax
public virtual SegmentDefinition SegmentDefinition {get; set;}

Property Value

PlanningSegment's SegmentDefinition.
Exceptions
ExceptionDescription
Thrown while setting if new value is null.
Thrown when new definition has different type then current definition.
See Also