Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / CreateTransient Method
Segment definition based on which object will be created. Can't be null.

In This Topic
    CreateTransient Method (PlanningSegment)
    In This Topic
    Creates transient PlanningSegment object.
    Syntax
    public static PlanningSegment CreateTransient( 
       SegmentDefinition pSegmentDefinition
    )
    public:
    static PlanningSegment^ CreateTransient( 
       SegmentDefinition^ pSegmentDefinition
    ) 

    Parameters

    pSegmentDefinition
    Segment definition based on which object will be created. Can't be null.
    Exceptions
    ExceptionDescription
    Thrown if pSegmentDefinition is null.
    Thrown when object cannot be created.
    Thrown when internal error occured.
    See Also