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

In This Topic
    DMPLAOBJECT_PCT_IMPLEMENTATION(Int32) Property
    In This Topic
    Implementation # 44043. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_PCT_IMPLEMENTATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PCT_IMPLEMENTATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Realization from the PCT type. The following values are possible:

    0 = General

    1 = PCS

    2 = Process computer

    3 = PLC.

    See Also