Show / Hide Table of Contents

    Class DefaultModelingColor

    A container for modeling default colors

    Inheritance
    System.Object
    DefaultModelingColor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class DefaultModelingColor

    Properties

    Beams

    The default color for beam main material

    Declaration
    public Color Beams { get; }
    Property Value
    Type Description
    Color

    Columns

    The default color for column main material

    Declaration
    public Color Columns { get; }
    Property Value
    Type Description
    Color

    FieldBolts

    The default color for field bolts

    Declaration
    public Color FieldBolts { get; }
    Property Value
    Type Description
    Color

    FieldWelds

    The default color for field welds

    Declaration
    public Color FieldWelds { get; }
    Property Value
    Type Description
    Color

    HorizontalBraces

    The default color for horizontal brace main material

    Declaration
    public Color HorizontalBraces { get; }
    Property Value
    Type Description
    Color

    Joists

    The default color for joist main material

    Declaration
    public Color Joists { get; }
    Property Value
    Type Description
    Color

    Materials

    The default color for materials such as connection material.

    Declaration
    public Color Materials { get; }
    Property Value
    Type Description
    Color

    OtherMembers

    The default color for main material on most other members

    Declaration
    public Color OtherMembers { get; }
    Property Value
    Type Description
    Color

    ShopBolts

    The default color for shop bolts

    Declaration
    public Color ShopBolts { get; }
    Property Value
    Type Description
    Color

    ShopWelds

    The default color for shop welds

    Declaration
    public Color ShopWelds { get; }
    Property Value
    Type Description
    Color

    VerticalBraces

    The default color for vertical brace main material

    Declaration
    public Color VerticalBraces { get; }
    Property Value
    Type Description
    Color

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top