SheetDB Class
Public Class SheetDB
This language is not supported or no code example is available.
public static class SheetDB
This language is not supported or no code example is available.
public ref class SheetDB
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
Get(int, string) | Get a value from the database | |
InsertSheet(int, bool) | Inserts a sheet into the current drawing. It's up to the user to make sure the correct material is loaded. If the wrong material is loaded a warning message will be displayed. | |
RegisterSheet(object, int, bool, bool, bool) | Register a sheet. Removes the sheet from the drawing. If addparts=true all parts inside the sheet will be saved with the sheet and the parts will be removed from the drawing. If locksheet=true and addparts=false the sheet will be locked and the parts will be removed from the drawing | |
Set(int, string, object) | Set a value in the sheet database |
IGEMSAPI.SheetDB