Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / GetSegmentDefinition Method
Identifying name of the segment definition to be found.

In This Topic
    GetSegmentDefinition Method
    In This Topic
    Returns Eplan.EplApi.DataModel.Planning.SegmentDefinition from this Project with given name.
    Syntax
    public SegmentDefinition GetSegmentDefinition( 
       string strIdentName
    )
    public:
    SegmentDefinition^ GetSegmentDefinition( 
       String^ strIdentName
    ) 

    Parameters

    strIdentName
    Identifying name of the segment definition to be found.

    Return Value

    Segment definition with given identifying name or null if such definition is not found.
    Exceptions
    ExceptionDescription
    Thrown when name is empty.
    Thrown when name is null.
    See Also