Share

ICadDrawingView.View Property

Gets the Inventor API DrawingView object for this view.

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

Syntax

VB

ReadOnly Property View As DrawingView
	Get

C#

DrawingView View { get; }

Return Value

Type: DrawingView
A view object (of the type Inventor.DrawingView).

See Also

Reference

Was this information helpful?