Show / Hide Table of Contents

    Class MaterialUsage

    A usage description for material, based on material type.

    Inheritance
    object
    MaterialUsage
    Inherited Members
    object.GetType()
    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 sealed class MaterialUsage

    Constructors

    MaterialUsage(string, MaterialType)

    Create a new material usage description with a description and applicable material type

    Declaration
    public MaterialUsage(string description, MaterialType materialType)
    Parameters
    Type Name Description
    string description
    MaterialType materialType

    Properties

    Description

    The description for this usage

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

    MaterialType

    The material type this usage is applicable to

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

    Methods

    ~MaterialUsage()

    A usage description for material, based on material type.

    Declaration
    protected ~MaterialUsage()
    Back to top