API Help
Eplan.EplApi.DataModel Namespace / ConnectionDefinitionPointPropertyList Class / CDP_ALLOWED_DATA Property / CDP_ALLOWED_DATA(Int32) Property

In This Topic
    CDP_ALLOWED_DATA(Int32) Property
    In This Topic
    Valid data # 31045. This property isn't indexed.
    Syntax
    public PropertyValue CDP_ALLOWED_DATA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CDP_ALLOWED_DATA {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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