Share

View.ViewportObjectId Property

Description

The Autodesk.AutoCAD.DatabaseServices.ObjectId of the viewport associated with the GS view. This ObjectId may refer to either an AcDbViewport or an AcDbViewportTableRecord. Read only.

Visual Basic

Public Property ViewportObjectId() As ObjectId

C#

public ObjectId ViewportObjectId;

Conditions

Read-only

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?