Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiLinkType Enumeration
In This Topic
    ApiLinkType Enumeration
    In This Topic
    Link type for API. This enum has the Flags attribute.
    Syntax
    [Flags()]
    public enum ApiLinkType : System.Enum 
    Members
    MemberDescription
    AlternatePart AlternatePart - This value has currently no usage.
    Mandatory Mandatory - Only accessories marked as mandatory will be placed.
    None None - No accessories nor alternative parts will be placed.
    Optional Optional - Only accessories marked as optional will be placed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiLinkType

    See Also