Show / Hide Table of Contents

    Enum PlateSide

    Which side the plate goes on

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

    Fields

    Name Description
    Both

    Place a plate on each side

    Far

    Only place a plate on the far side

    Near

    Only place a plate on the near side

    Neither

    Do not place a plate on either side

    Back to top