API Help
Eplan.EplApi.DataModel Namespace / ViewPart Class / PropertyPlacements Property

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

    Property Value

    Eplan.EplApi.DataModel.Graphics.PropertyPlacements assigned to the ViewPart.
    See Also