Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCCOMMUNICATIONENTITY_USEDHCP Property / FUNC_PLCCOMMUNICATIONENTITY_USEDHCP(Int32) Property

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_USEDHCP(Int32) Property
    In This Topic
    Use DHCP # 20182.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_USEDHCP( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_USEDHCP {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Property is indexed. Possible indexes are from 1 to 10.

    This property is no longer in use and only taken into consideration in old projects. The Dynamic Host Configuration Protocol (DHCP) facilitates the dynamic assignment of an IP address and other configuration parameters to computers in a network (e.g. internet or LAN) using the relevant server.

    See Also