Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / InstallationSpaces Property

In This Topic
    InstallationSpaces Property
    In This Topic
    Returns array of all Eplan.EplApi.DataModel.E3D.InstallationSpace from this Project.
    Syntax
    public InstallationSpace[] InstallationSpaces {get;}
    public:
    property array<InstallationSpace^>^ InstallationSpaces {
       array<InstallationSpace^>^ get();
    }
    See Also