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.

In This Topic
    SetPlanningSegment Method (Function3D)
    In This Topic
    Syntax
    public void SetPlanningSegment( 
       PlanningSegment pPlanningSegment
    )
    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