API Reference > Auxiliary Classes > AECDisplayManager Class > AECDisplayManager Methods > AECDisplayManager::GetDisplayRepresentation Method
AECDisplayManager::GetDisplayRepresentation Method
Syntax
C++
OdDbObjectId GetDisplayRepresentation(OdRxClass* pDesc, const OdString& strExtendedName = OdString::kEmpty) const;
Parameters 
Description 
OdRxClass* pDesc 
[in] Type of Display Representation.  
const OdString& strExtendedName = OdString::kEmpty 
[in] Name of Display Representation. 

Returns Object ID of Display Representation of specified type and name. 

 

Extended names for Display Representations are used when several representations of the same type should be used for the database. 

Returns null pointer if representation doesn't exist.

OdRxClass AECDbDispRep

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.