API Help
Eplan.EplApi.DataModel.Graphics Namespace / ContactImage.Enums.ContactImageType Enumeration

In This Topic
    ContactImage.Enums.ContactImageType Enumeration
    In This Topic
    Enum describes all possibilities where contact image can be displayed.
    Syntax
    public enum ContactImage.Enums.ContactImageType : System.Enum 
    public enum class ContactImage.Enums.ContactImageType : public System.Enum 
    Members
    MemberValueDescription
    InPath1The contact image, depending on the selected plot frame, is displayed below or right on the page in the schematic path of the component.
    None0No contact image is displayed.
    OnComponent2The contact image is displayed next to the component.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Graphics.ContactImage.Enums.ContactImageType

    See Also