Class DrawingHandle
A TableIndexHandle specific for tables which contain drawings
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Database
Assembly: DesignData.SDS2.Database.dll
Syntax
public class DrawingHandle : TableIndexHandle
Constructors
DrawingHandle(TableWithDrawings, Int32)
Declaration
public DrawingHandle(TableWithDrawings table, int indexInTable)
Parameters
Type | Name | Description |
---|---|---|
TableWithDrawings | table | See the Table enumeration for possible values. |
System.Int32 | 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(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |