API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_HIERARCHY_CODEDNESTINGSETTINGS Property / PROJ_HIERARCHY_CODEDNESTINGSETTINGS(Int32) Property

In This Topic
    PROJ_HIERARCHY_CODEDNESTINGSETTINGS(Int32) Property
    In This Topic
    Nested device tags # 10019. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_HIERARCHY_CODEDNESTINGSETTINGS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_HIERARCHY_CODEDNESTINGSETTINGS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This stores a coded value defining which device tags are nested and in what manner.

    Format: Number of entries and then each setting separated by tabs (as 0 or 1 coded Boolean variables).

    See Also