Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / PropertyPlacements Property

In This Topic
    PropertyPlacements Property (PlaceHolder)
    In This Topic
    Returns PropertyPlacements assigned to the PlaceHolder.
    Syntax
    public PropertyPlacement[] PropertyPlacements {get;}
    public:
    property array<PropertyPlacement^>^ PropertyPlacements {
       array<PropertyPlacement^>^ get();
    }

    Property Value

    PropertyPlacements assigned to the PlaceHolder.
    See Also