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

Insert3D.MoveKind Enumeration
Enumeration, which determines whether a macro will be placed using absolute or relative coordinates
Syntax
public enum Insert3D.MoveKind : System.Enum 
Members
MemberValueDescription
Absolute1Place macro using absolute coordinates.
Relative2Place macro using relative coordinates.
Inheritance Hierarchy

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

See Also