Share

IManagedSheet.View 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: 30.0

Syntax

VB

ReadOnly Property View ( 
	viewName As String
) As IManagedDrawingView
	Get

C#

IManagedDrawingView this[
	string viewName
] { get; }

Parameters

viewName
Type: System.String
The view name.

Return Value

Type: IManagedDrawingView
The view that was found.

Remarks

Overloads the correspond property of the interface, in order to provide access to a managed view./>

See Also

Reference

Was this information helpful?