Click or drag to resize

ICadDrawingSheet Property

Gets the sheet with the specified name. An exception (error) will be thrown if the sheet is not found.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property Sheet ( 
	sheetName As String
) As ICadDrawingSheet
	Get

Parameters

sheetName
Type: SystemString
The sheet name.

Return Value

Type: ICadDrawingSheet
A sheet object.
See Also