API Help
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / PlaceHolders3D Property

In This Topic
    PlaceHolders3D Property (WindowMacro)
    In This Topic
    Returns all Eplan.EplApi.DataModel.E3D.PlaceHolder3D contained in the macro.
    Syntax
    public PlaceHolder3D[] PlaceHolders3D {get;}
    public:
    property array<PlaceHolder3D^>^ PlaceHolders3D {
       array<PlaceHolder3D^>^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.E3D.PlaceHolder3D
    See Also