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 Shared Function InsertSheet( _
ByVal id As Integer, _
Optional ByVal countdown As Boolean = true _
) As Object
This language is not supported or no code example is available.
public static object InsertSheet(
int id,
bool countdown = true
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
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