Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Querying custom objects for

0 views
Skip to first unread message

Bhogi

unread,
Jan 12, 2007, 11:51:35 AM1/12/07
to
Hello all.

There are protocol extensions for querying custom objects via
AcMapQueryPE
AcMapGeometryPE
class inheritance.

My custom objects implements various custom attributes and I would like
to enable queries for any of them.
I believe it could be done with
AcMapQueryPE::getPropertyValue(
AcMapValue & val,
AcDbEntity * pEnt,
AcMapQueryPE::EPropType type
);

There is an enum AcMapQueryPE::EPropType::kAttributeTag which might be
usable, but how can I set what attribute/property exactly I want to
get?

The demo QueryPESample doesn't address this, and there is nothing on
the ADN site.

Does anyone know anything about this or have some pointers?

Thanks in advance.

0 new messages