API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / SecondPoint Property

In This Topic
    SecondPoint Property
    In This Topic
    Gets or sets the second point of the dimension item.
    Syntax
    public PointD SecondPoint {get; set;}
    public:
    property PointD SecondPoint {
       PointD get();
       void set (    PointD value);
    }
    See Also