API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_PID_COLOR Property / DMPLAOBJECT_PID_COLOR(Int32) Property

In This Topic
    DMPLAOBJECT_PID_COLOR(Int32) Property
    In This Topic
    Color for P&I diagram # 44086. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECT_PID_COLOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PID_COLOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    In order to recognize in the P&I diagram which containers, PCT loops, pipings etc. are linked with segments in the pre-planning you can color these components and objects in the P&I diagram. With this property you specify the desired color. In addition the settings for the coloring of components and pipings in the P&I diagram must be activated in the project settings for the pre-planning.

    See Also