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: 30.0
Syntax
VB
ReadOnly Property View ( viewName As String ) As ICadDrawingView Get
C#
ICadDrawingView this[ string viewName ] { get; }
Parameters
- viewName
- Type: System.String
The view name.
Return Value
Type: ICadDrawingViewThe view that was found.