Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / SetPlanningSegment Method
Eplan.EplApi.DataModel.Planning.PlanningSegment which will be assigned to function3d, or null to remove planning object from function3d.

SetPlanningSegment Method (Function3D)
Syntax
public void SetPlanningSegment( 
   PlanningSegment pPlanningSegment
)

Parameters

pPlanningSegment
Eplan.EplApi.DataModel.Planning.PlanningSegment which will be assigned to function3d, or null to remove planning object from function3d.
Exceptions
ExceptionDescription
Thrown when parent object for Eplan.EplApi.DataModel.Planning.PlanningSegment is CopperBundle, BusBarSystem or Drilling.
Thrown when implementation of requested interface isn't found.
Remarks
Setting Eplan.EplApi.DataModel.Planning.PlanningSegment is forbidden for CopperBundle, BusBarSystem and Drilling as this objects are not written in macros.
See Also