API Help
Eplan.EplApi.EServices.Ged Namespace / SnapTypes Enumeration

In This Topic
    SnapTypes Enumeration
    In This Topic
    Type of snap.
    Syntax
    public enum SnapTypes : System.Enum 
    public enum class SnapTypes : public System.Enum 
    Members
    MemberValueDescription
    Axis64axis
    Center8center of circle
    CustomSnap16384custom snaps implemented by interaction
    End1start or endpoint of line
    InsertionPos32insertion point of text or symbol reference
    Intersection16intersection point between placements
    Mid2mid point of line
    NoSnapType0no snap
    Perpendicular4perpendicular to line from current position
    PointMate4096point mates (only 3d)
    PriorInsertionPos512exclusive for insertion point of text or symbol reference.
    ReserveSnap256for future enhancements
    Tangent1024tangent to a circle
    Text128text
    Virtual2048virtual intersection point
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.EServices.Ged.SnapTypes

    See Also