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

In This Topic
    DMPLAOBJECT_PCT_LOCATION(Int32) Property
    In This Topic
    Activation site # 44044. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_PCT_LOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_PCT_LOCATION {
       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..

    Activation site from the PCT type. The following values are possible:

    0 = On-site

    1 = Measuring station

    2 = Control room

    3 = Measuring station (not visible)

    4 = Control room (not visible).

    See Also