Share

AcDbDatabase::isUcsOrthographic

C++

bool isUcsOrthographic(
    AcDb::OrthographicView& orthoView
) const;

Description

Returns false if the database's model space UCS does not have an orthographic view whose reference UCS matches the database's UCSBASE system variable. If this function returns true, then orthoView is set to the orthographic view of the UCS.

For more information about UCS orthographic views, see AcDbUcsTableRecord::setUcsBaseOrigin(), AcDbUcsTableRecord::ucsBaseOrigin(), and the UCS command's Orthographic option documentation in the AutoCAD Command Reference.

Warning

The database pointer returned by AcDbHostApplicationServices::workingDatabase() at the time this function is called must point to this AcDbDatabase object. Otherwise, this function generates incorrect results.

Parameters

Parameters Description
orthoView Output view

Links

AcDbDatabase Class

Was this information helpful?