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

In This Topic
    PROJ_HIERARCHY_FUNCTIONALASSIGNMENT(Int32) Property
    In This Topic
    Project structure: Functional assignment # 10001. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_HIERARCHY_FUNCTIONALASSIGNMENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_HIERARCHY_FUNCTIONALASSIGNMENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Project structure for the functional assignment, identified by "==".

    See Also