SheetDB Class

API functions to work with the Sheet database
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.
public class SheetDB
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Static Get(int, string) Get a value from the database
Public method Static 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.
Public method Static 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
Public method Static Set(int, string, object) Set a value in the sheet database
Top
IGEMSAPI.SheetDB

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition