Share

ICadDrawing.Sheet 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: 29.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: ICadDrawingSheet
A sheet object.

See Also

Reference

Was this information helpful?