API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CDP_SET_AS_MANUAL Property / CDP_SET_AS_MANUAL(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Controls the editing possibilities of the connection numbering. Connection definition points which have this property can be excluded by the actions "Designate," "Realign," "Format" as well as being deleted. This property can be automatically set on designation (depending on the settings).

    See Also