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

GetSegmentDefinition Method
Returns Eplan.EplApi.DataModel.Planning.SegmentDefinition from this Project with given name.
Syntax
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