Show / Hide Table of Contents

    Class NamedColor

    A named color available to use for materials in the model. These colors are chosen by users by Description, but result in the HexColor.

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

    Properties

    Description

    Returns a string containing the description(name) for each associated color.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string

    HexColor

    Returns a string containing the hex value of a color.

    Declaration
    public string HexColor { get; }
    Property Value
    Type Description
    string

    Methods

    Dispose(bool)

    A named color available to use for materials in the model. These colors are chosen by users by Description, but result in the HexColor.

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

    ~NamedColor()

    A named color available to use for materials in the model. These colors are chosen by users by Description, but result in the HexColor.

    Declaration
    protected ~NamedColor()
    Back to top