Share

Database.PucsOrthographic Property

Description

Returns false if the database's paper space UCS does not have an orthographic view whose reference UCS matches the database's PUCSBASE system variable.

Visual Basic

Public Property PucsOrthographic() As Autodesk.AutoCAD.DatabaseServices.OrthographicView

C#

public Autodesk.AutoCAD.DatabaseServices.OrthographicView PucsOrthographic;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?