You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a custom entity inheriting from AcDbLine, if I only want to change the entity type name without modifying other content in the OPM panel, what is the simplest way to achieve this?
The text was updated successfully, but these errors were encountered:
Acad::ErrorStatus AsdkPie::subGetClassID (CLSID *pClsid) const {
assertReadEnabled () ;
if ( SUCCEEDED( ::CLSIDFromProgID (L"DeepPropInspector.AcadPie.1", pClsid) ) )
return (Acad::eOk) ;
return (AcDbCircle::getClassID (pClsid)) ;
}
For a custom entity inheriting from AcDbLine, if I only want to change the entity type name without modifying other content in the OPM panel, what is the simplest way to achieve this?
The text was updated successfully, but these errors were encountered: