Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpace Class / PlaceHolders3D Property

In This Topic
    PlaceHolders3D Property (InstallationSpace)
    In This Topic
    Returns collection of PlaceHolder3D which are assign to this installation space.
    Syntax
    public PlaceHolder3D[] PlaceHolders3D {get;}
    public:
    property array<PlaceHolder3D^>^ PlaceHolders3D {
       array<PlaceHolder3D^>^ get();
    }
    See Also