API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / SUBPROJECT_NUMBER Property / SUBPROJECT_NUMBER(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Number of the subproject. During the creation of subprojects a name is assigned automatically to each subproject. This is made up of the name of the original project and the subproject number. The subproject numbers are assigned in accordance with the order of defined working sections.

    See Also