Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalPlacement Class / Pen Property

In This Topic
    Pen Property (GraphicalPlacement)
    In This Topic
    Sets Pen related to this object.
    Syntax
    public virtual Pen Pen {get; set;}
    public:
    virtual property Pen^ Pen {
       Pen^ get();
       void set (    Pen^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when Pen object is null.
    See Also