Message 1 of 2
AcDbDatabaseReactor::objectAppended(...)

Not applicable
04-06-2005
07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
i want to react, when the user creates an new ACAD-Entity for example a line or rotateddimension etc.
but i have a problem in the objectAppend-method.
If i create a line, then the new object is an "AcDbLine" - dbObj.>isA()->name().
But, if i create a rotatedDimension, then the new object are not only one object. now the method show me the component of the rotateddimension.
How can i find out, if the object is only a acdbline or a rotated dimension?
please help
with kind regards
marco
i want to react, when the user creates an new ACAD-Entity for example a line or rotateddimension etc.
but i have a problem in the objectAppend-method.
If i create a line, then the new object is an "AcDbLine" - dbObj.>isA()->name().
But, if i create a rotatedDimension, then the new object are not only one object. now the method show me the component of the rotateddimension.
How can i find out, if the object is only a acdbline or a rotated dimension?
please help
with kind regards
marco