Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / RemoveLocalTemplate Method
Template object to be removed.

RemoveLocalTemplate Method
Removes a local template from this object.
Syntax
public void RemoveLocalTemplate( 
   StorableObject pLocalTemplate
)

Parameters

pLocalTemplate
Template object to be removed.
Exceptions
ExceptionDescription
Thrown if parameter is null.
Thrown if template is invalid or does not belong to this object.
Remarks
If SegmentTemplate is assigned then local template are taken from specification and can't be changed.
See Also