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
    System.Object
    NamedColor
    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 NamedColor

    Properties

    Description

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

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String

    HexColor

    Returns a string containing the hex value of a color.

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

    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