How to get Effective Name of Block in CADImportVCL

Discuss and ask questions about CAD DLL (CAD Image DLL, CAD Importer DLL).

Moderators: SDS, support, admin

Post Reply
Okov_IndSoftSystem
Posts: 1
Joined: 12 Jun 2008, 12:32

How to get Effective Name of Block in CADImportVCL

Post by Okov_IndSoftSystem » 12 Jun 2008, 13:08

For example,

1. CADImportVCL
The value TsgDXFInsert(TsgDXFConverter.Sections[csEntities].Entities).Block.Name = "*U4"

2. AutoCAD
its EffectiveName (Block Name we can see in AutoCAD any versions) = "Stamp".

Question:
How to get EffectiveName of Block in CADImportVCL?

P.S
I prompted below the description concerned to EffectiveName property from AutoCAD documentation

EffectiveName Property
Specifies the original block name.

The effective name is the name of the block as the user would see it in the user interface. Dynamic blocks may draw themselves with an anonymous block whose name is different than the block name the user sees for the block in the user interface. The Name property returns the name of the block used to draw the reference, while the EffectiveName is the name the user sees for the reference.

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

Re: How to get Effective Name of Block in CADImportVCL

Post by support » 16 Jun 2008, 10:42

Hello!

Can you please send us your file to support@cadsofttools.com? We need to test it.

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

Post Reply