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: 30.0
Syntax
VB
ReadOnly Property Sheet ( sheetName As String ) As ICadDrawingSheet Get
C#
ICadDrawingSheet this[ string sheetName ] { get; }
Parameters
- sheetName
- Type: System.String
The sheet name.
Return Value
Type: ICadDrawingSheetA sheet object.