Find an entity with this handle

Discuss and ask questions about CADViewX (Lite and Pro versions).

Moderators: SDS, support, admin

Post Reply
xavier
Posts: 27
Joined: 04 Dec 2012, 14:58

Find an entity with this handle

Post by xavier » 03 Sep 2013, 18:50

Hello

I know the handle of a entity. I would like to retrieve the corresponding entity. Is there a function like this?

(Entity ^ CadHandleToEntity (Long CadHandle))


For now I'm with a loop but it is not optimal.

Thank you in advance

Regards

Xavier

_______________________________________________________________________________________________________________

Bonjour

Je connais le handle d'une entity. J'aimerais recuperer l'entity correspondante. Existe-t-il une fonction comme cela?

( Entity^ CadHandleToEntity(Long CadHandle) )


Pour l'instant je fais avec une boucle mais ce n'est pas optimal.

Merci d'avance

Cordialement

Xavier

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Find an entity with this handle

Post by support » 05 Sep 2013, 14:18

Hello Xavier.
Unfortunately current realization of CADViewX interface doesn't allow accessing entities by handles. We will try to add the feature in one of next library versions.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

xavier
Posts: 27
Joined: 04 Dec 2012, 14:58

Re: Find an entity with this handle

Post by xavier » 20 Mar 2014, 11:09

hello

cadviewxpro.exe 9.2.5.1 , allows it to access entities by handles?

Xavier

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Find an entity with this handle

Post by support » 20 Mar 2014, 16:30

Hello Xavier,

CADViewX Pro 9.2.5.1 doesn't allow to find an entity by its handle. This feature hasn't been added into CADViewX API yet.


Mikhail.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

bgpitts
Posts: 1
Joined: 23 Feb 2014, 09:11
Location: Herminie
Contact:

Re: Find an entity with this handle

Post by bgpitts » 09 Dec 2014, 12:07

Hello.

I've developed a little application that shows dxf-files using CADViewX.ocx with Vb.net. This application will be used by 4-7 people of one of my customers. As i provided a test installation created with InstallShield to one of this people the "CADViewX evaluation version" text appears on every drawing. Is there any additional licence neccessary to distribute an application developed with CADViewX ocx?

Thanks for answering

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Find an entity with this handle

Post by support » 10 Dec 2014, 20:12

Hello,

CADViewX is licensed for a certain amount of developers and end-users. For example, the license option 1 developer, up to 10 end-users allows one developer to work with the component and distribute the application to 10 end-users. The license is registered programmatically using CADViewX.StRg() method.


Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply