Show / Hide Table of Contents

    Class MaterialFileHandle

    A handle for a material file

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

    Constructors

    MaterialFileHandle()

    A material file handle to the current job's material file

    Declaration
    public MaterialFileHandle()

    MaterialFileHandle(string)

    A material file handle to a material file outside of the current job

    Declaration
    public MaterialFileHandle(string location)
    Parameters
    Type Name Description
    string location

    Methods

    Dispose(bool)

    A handle for a material file

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

    Equals(object)

    A handle for a material file

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    ~MaterialFileHandle()

    A handle for a material file

    Declaration
    protected ~MaterialFileHandle()

    GetHashCode()

    A handle for a material file

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    Back to top