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

In This Topic
    PROJECT_INSTALLATIONSPACECOUNT(Int32) Property
    In This Topic
    Number of layout spaces # 10304. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROJECT_INSTALLATIONSPACECOUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJECT_INSTALLATIONSPACECOUNT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    See Also