Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbViewport::syncModelView Method
Syntax
C++
OdResult syncModelView();

Updates (syncronizes) parameters of the OdDbViewport object with parameters in the associated view.

Returns one of the following values that represents a result of method execution:

  • eOk - Updated successfully.
  • eUnableToSyncModelView - Unable to get the model view, or its resolved external reference ID (resolved to OdDbObjectId) is not valid.
  • eInvalidView - Smart pointer to the view table record of the resolved ID is NULL.
Copyright © 2002-2022. Open Design Alliance All rights reserved.