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

In This Topic
    PROJ_HIERARCHY_DOCUMENTSTRUCTURE(Int32) Property
    In This Topic
    Project structure: Document type # 10006. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_HIERARCHY_DOCUMENTSTRUCTURE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_HIERARCHY_DOCUMENTSTRUCTURE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The document type valid only for pages and external documents is stored in this project structure. The KKS identifier is normally entered here.

    See Also