Page 1 of 1

Find an entity with this handle

Posted: 03 Sep 2013, 18:50
by xavier
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

Re: Find an entity with this handle

Posted: 05 Sep 2013, 14:18
by support
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.

Re: Find an entity with this handle

Posted: 20 Mar 2014, 11:09
by xavier
hello

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

Xavier

Re: Find an entity with this handle

Posted: 20 Mar 2014, 16:30
by support
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.

Re: Find an entity with this handle

Posted: 09 Dec 2014, 12:07
by bgpitts
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

Re: Find an entity with this handle

Posted: 10 Dec 2014, 20:12
by support
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