IManagedDrawing.Sheet Property

Gets the sheet with the specified name. An exception (error) will be thrown if the sheet is not found. This is an older ICadDrawing property. In new code, use the Sheets property.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

ReadOnly Property Sheet ( 
	sheetName As String
) As IManagedSheet
	Get

C#

IManagedSheet this[
	string sheetName
] { get; }

Parameters

sheetName
Type: System.String
The sheet name.

Return Value

Type: IManagedSheet
A sheet object.

See Also

Reference

IManagedDrawing Interface
Autodesk.iLogic.Interfaces Namespace