Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiGraphicsPreset Enumeration
In This Topic
    ApiGraphicsPreset Enumeration
    In This Topic
    Type of graphics preset:
    Syntax
    public enum ApiGraphicsPreset : System.Enum 
    Members
    MemberDescription
    BalancedBalance between performance and display quality.
    BestQualityFocus on best display quality.
    CustomWhen selected, the Antialiasing, Shading model, Pixel culling threshold, Contour edges, Local soft shadows, Backface culling and Fast transparency settings can be customized.
    PerformanceFocus on best performance.
    Inheritance Hierarchy

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

    See Also