Show / Hide Table of Contents

    Class MaterialUsage

    A usage description for material, based on material type.

    Inheritance
    System.Object
    MaterialUsage
    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 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
    System.String description
    MaterialType materialType

    Properties

    Description

    The description for this usage

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

    MaterialType

    The material type this usage is applicable to

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()
    Back to top