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
ICadDrawingSheet this[
string sheetName
] { get; }
Parameters
- sheetName
- Type: SystemString
The sheet name.
Return Value
Type:
ICadDrawingSheetA sheet object.
See Also