Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / PropertyPlacements Property

In This Topic
    PropertyPlacements Property (Placement3D)
    In This Topic
    Returns PropertyPlacementsSchemas assigned to this Placement3D.
    Syntax
    public PropertyPlacement[] PropertyPlacements {get;}
    public:
    property array<PropertyPlacement^>^ PropertyPlacements {
       array<PropertyPlacement^>^ get();
    }
    See Also