Class DrawingHandle
A TableIndexHandle specific for tables which contain drawings
Inherited Members
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 |
---|---|---|
Table |
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 |