Show / Hide Table of Contents

    Class DrawingHandle

    A TableIndexHandle specific for tables which contain drawings

    Inheritance
    object
    TableIndexHandle
    DrawingHandle
    Inherited Members
    TableIndexHandle.GetHashCode()
    TableIndexHandle.Equals(object)
    TableIndexHandle.ToString()
    TableIndexHandle.Table
    TableIndexHandle.Index
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public class DrawingHandle : TableIndexHandle

    Constructors

    DrawingHandle(TableWithDrawings, int)

    A TableIndexHandle specific for tables which contain drawings

    Declaration
    public DrawingHandle(TableWithDrawings table, int indexInTable)
    Parameters
    Type Name Description
    TableWithDrawings table

    See the Table enumeration for possible values.

    int indexInTable

    The index into that table.

    Remarks

    It's recommended that you avoid constructing handles in this manner. If you need a long lasting identifier for an element in the SDS2 database you should find a GUID on that item and search for it to look it back up.

    Methods

    Dispose(bool)

    A TableIndexHandle specific for tables which contain drawings

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    TableIndexHandle.Dispose(bool)
    Back to top