API Help
Eplan.EplApi.HEServices Namespace / Insert3D.MoveKind Enumeration

In This Topic
    Insert3D.MoveKind Enumeration
    In This Topic
    Enumeration, which determines whether a macro will be placed using absolute coordinates or coordinates relative to its original position on the page.
    Syntax
    public enum Insert3D.MoveKind : System.Enum 
    public enum class Insert3D.MoveKind : public System.Enum 
    Members
    MemberValueDescription
    Absolute1Place macro using absolute coordinates.
    Relative2Place macro using coordinates relative to its original position.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.Insert3D.MoveKind

    See Also