SheetDB.RegisterSheet Method

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 Shared Function RegisterSheet( _ 
ByVal sheet As Object, _ 
Optional ByVal quantity As Integer = 1, _ 
Optional ByVal addparts As Boolean = false, _ 
Optional ByVal locksheet As Boolean = false, _ 
Optional ByVal scrap As Boolean = false _ 
) As Integer
This language is not supported or no code example is available.
public static int RegisterSheet( 
object sheet
int quantity = 1, 
bool addparts = false, 
bool locksheet = false, 
bool scrap = false 
)
This language is not supported or no code example is available.
public:  
static int RegisterSheet( 
object^ sheet
int quantity
bool addparts
bool locksheet
bool scrap 
)
This language is not supported or no code example is available.
public static function RegisterSheet( 
sheet : object
quantity : int
addparts : boolean
locksheet : boolean
scrap : boolean 
) : int;
This language is not supported or no code example is available.

Parameters

sheet
object

quantity
int

addparts
bool

locksheet
bool

scrap
bool

Return Value

int

.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