Find an entity with this handle
Moderators: SDS, support, admin
Find an entity with this handle
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
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
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.
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
Chat support on Skype: cadsofttools.support
Re: Find an entity with this handle
hello
cadviewxpro.exe 9.2.5.1 , allows it to access entities by handles?
Xavier
cadviewxpro.exe 9.2.5.1 , allows it to access entities by handles?
Xavier
Re: Find an entity with this handle
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.
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
Chat support on Skype: cadsofttools.support
Re: Find an entity with this handle
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
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
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
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
Chat support on Skype: cadsofttools.support