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

In This Topic
    PROJ_PROJECTEND(Int32) Property
    In This Topic
    Project end # 10026. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_PROJECTEND( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_PROJECTEND {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    See Also