Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionDefinitionPointPropertyList Class / CDP_ALLOWED_DATA Property / CDP_ALLOWED_DATA Property

In This Topic
    CDP_ALLOWED_DATA Property
    In This Topic
    Valid data # 31045.
    Syntax
    public PropertyValue CDP_ALLOWED_DATA {get; set;}
    public:
    property PropertyValue^ CDP_ALLOWED_DATA {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Specifies the data that may be entered at the connection definition point:

    0 = All data

    1 = No connection designation

    2 = Only connection designation.

    See Also