Click or drag to resize

ICadDrawingSheetView Property

Gets the drawing view with the specified name on this sheet. If no view with the name is found, and exception (error) will be thrown.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property View ( 
	viewName As String
) As ICadDrawingView
	Get

Parameters

viewName
Type: SystemString
The view name.

Return Value

Type: ICadDrawingView
The view that was found.
See Also