Show / Hide Table of Contents

    Enum AutomaticYesNo

    Many options in SDS2 can either be on, off, or determined based on some criteria by the system. Usually that criteria is a setup setting

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum AutomaticYesNo

    Fields

    Name Description
    Automatic

    Let the system use its criteria to determine this option

    No

    Turn the option off

    Yes

    Turn the option on

    Back to top