SheetDB.InsertSheet Method

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 static object InsertSheet( 
   int id
   bool countdown = true 
)

Parameters

id
int

Sheet database ID

countdown
bool

If the database should count down quantity

Return Value

object

A sheet or null on fail

.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