Show / Hide Table of Contents

    Class MaterialFileHandle

    A handle for a material file

    Inheritance
    System.Object
    MaterialFileHandle
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.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
    System.String location

    Methods

    Dispose(Boolean)

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

    Equals(Object)

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

    Finalize()

    Declaration
    protected void Finalize()

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    Back to top