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

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