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

In This Topic
    CreateTransient Method (SegmentTemplate)
    In This Topic
    Creates transient SegmentTemplate object.
    Syntax
    public void CreateTransient( 
       SegmentDefinition pSegmentDefinition
    )
    public:
    void 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.
    See Also