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

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

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    See Also