API Help
Eplan.EplApi.DataModel Namespace / MacroBox Class / InsertionPoint Property

In This Topic
    InsertionPoint Property
    In This Topic
    Coordinates of insertion point
    Syntax
    public PointD InsertionPoint {get; set;}
    public:
    property PointD InsertionPoint {
       PointD get();
       void set (    PointD value);
    }
    See Also