Share

acdbGetHomeView Function

C++

ACDBCORE2D_PORT Acad::ErrorStatus acdbGetHomeView(
    AcDbDatabase * pDb, 
    AcDbHomeView& hmView
);

File

dbNavSettings.h

Description

Returns Acad::eOk if there is HomeView data in database; otherwise it may return Acad::eKeyNotFound, which means there is no HomeView data in database, and the hard-coded default HomeView is returned.

Parameters

Parameters Description
pDb Input the database to look into
hmView Input the new home view

Was this information helpful?