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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies at a subproject from which original project it was created.

    See Also