<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Behind the attribute value in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352977#M74167</link>
    <description>Their code is bad. An attribute holds only strings, as you know. The string&lt;BR /&gt;
may *look* like a number (integer or real) but needs to be converted from a&lt;BR /&gt;
string to a number.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
R. Robert Bell, MCSE&lt;BR /&gt;
www.AcadX.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
news:E8F18CBBC79FDE79104579114D965F66@in.WebX.maYIadrTaRb...&lt;BR /&gt;
| Hi All,&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;BR /&gt;
| I posted this same question in the 2002 newsgroup, but felt that someone&lt;BR /&gt;
| here may have a better feel for what I am asking.&lt;BR /&gt;
|&lt;BR /&gt;
| Our sister company is forcing me to ask this question... its kind of&lt;BR /&gt;
strange&lt;BR /&gt;
| and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
|&lt;BR /&gt;
| They have code (I believe in VB or C++) that pulls our cad drawing&lt;BR /&gt;
attribute&lt;BR /&gt;
| values into a database (Access).  They are saying that all of the values&lt;BR /&gt;
are&lt;BR /&gt;
| coming in as integer values rather than string values (or something to&lt;BR /&gt;
that&lt;BR /&gt;
| effect).  I may have some of the particulars confused, but really I just&lt;BR /&gt;
| need to know the following:  I know there is no way within AutoCAD to&lt;BR /&gt;
change&lt;BR /&gt;
| the attribute values to be either integer, string, etc..., so can someone&lt;BR /&gt;
| from AutoDesk or someone that has a larger amount of knowledge about the&lt;BR /&gt;
| code behind AutoCAD attributes please explain this to me?  Any assistance&lt;BR /&gt;
| would be greatly appreciated.  I really need a response from someone that&lt;BR /&gt;
| has AutoDesk behind their name or I will still have a hard time getting&lt;BR /&gt;
them&lt;BR /&gt;
| to believe it!&lt;BR /&gt;
|&lt;BR /&gt;
| I hope this makes sense!&lt;BR /&gt;
|&lt;BR /&gt;
| TIA,&lt;BR /&gt;
|&lt;BR /&gt;
| Rob&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;/ROUTMAN&gt;</description>
    <pubDate>Wed, 15 May 2002 07:49:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-05-15T07:49:51Z</dc:date>
    <item>
      <title>Behind the attribute value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352976#M74166</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I posted this same question in the 2002 newsgroup, but felt that someone&lt;BR /&gt;
here may have a better feel for what I am asking.&lt;BR /&gt;
&lt;BR /&gt;
Our sister company is forcing me to ask this question... its kind of strange&lt;BR /&gt;
and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
&lt;BR /&gt;
They have code (I believe in VB or C++) that pulls our cad drawing attribute&lt;BR /&gt;
values into a database (Access).  They are saying that all of the values are&lt;BR /&gt;
coming in as integer values rather than string values (or something to that&lt;BR /&gt;
effect).  I may have some of the particulars confused, but really I just&lt;BR /&gt;
need to know the following:  I know there is no way within AutoCAD to change&lt;BR /&gt;
the attribute values to be either integer, string, etc..., so can someone&lt;BR /&gt;
from AutoDesk or someone that has a larger amount of knowledge about the&lt;BR /&gt;
code behind AutoCAD attributes please explain this to me?  Any assistance&lt;BR /&gt;
would be greatly appreciated.  I really need a response from someone that&lt;BR /&gt;
has AutoDesk behind their name or I will still have a hard time getting them&lt;BR /&gt;
to believe it!&lt;BR /&gt;
&lt;BR /&gt;
I hope this makes sense!&lt;BR /&gt;
&lt;BR /&gt;
TIA,&lt;BR /&gt;
&lt;BR /&gt;
Rob</description>
      <pubDate>Wed, 15 May 2002 07:30:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352976#M74166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-15T07:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Behind the attribute value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352977#M74167</link>
      <description>Their code is bad. An attribute holds only strings, as you know. The string&lt;BR /&gt;
may *look* like a number (integer or real) but needs to be converted from a&lt;BR /&gt;
string to a number.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
R. Robert Bell, MCSE&lt;BR /&gt;
www.AcadX.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
news:E8F18CBBC79FDE79104579114D965F66@in.WebX.maYIadrTaRb...&lt;BR /&gt;
| Hi All,&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;BR /&gt;
| I posted this same question in the 2002 newsgroup, but felt that someone&lt;BR /&gt;
| here may have a better feel for what I am asking.&lt;BR /&gt;
|&lt;BR /&gt;
| Our sister company is forcing me to ask this question... its kind of&lt;BR /&gt;
strange&lt;BR /&gt;
| and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
|&lt;BR /&gt;
| They have code (I believe in VB or C++) that pulls our cad drawing&lt;BR /&gt;
attribute&lt;BR /&gt;
| values into a database (Access).  They are saying that all of the values&lt;BR /&gt;
are&lt;BR /&gt;
| coming in as integer values rather than string values (or something to&lt;BR /&gt;
that&lt;BR /&gt;
| effect).  I may have some of the particulars confused, but really I just&lt;BR /&gt;
| need to know the following:  I know there is no way within AutoCAD to&lt;BR /&gt;
change&lt;BR /&gt;
| the attribute values to be either integer, string, etc..., so can someone&lt;BR /&gt;
| from AutoDesk or someone that has a larger amount of knowledge about the&lt;BR /&gt;
| code behind AutoCAD attributes please explain this to me?  Any assistance&lt;BR /&gt;
| would be greatly appreciated.  I really need a response from someone that&lt;BR /&gt;
| has AutoDesk behind their name or I will still have a hard time getting&lt;BR /&gt;
them&lt;BR /&gt;
| to believe it!&lt;BR /&gt;
|&lt;BR /&gt;
| I hope this makes sense!&lt;BR /&gt;
|&lt;BR /&gt;
| TIA,&lt;BR /&gt;
|&lt;BR /&gt;
| Rob&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;/ROUTMAN&gt;</description>
      <pubDate>Wed, 15 May 2002 07:49:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352977#M74167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-15T07:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Behind the attribute value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352978#M74168</link>
      <description>Depends on how the attribute are being accessed.&lt;BR /&gt;
&lt;BR /&gt;
If the program is using AutoCAD to extract the attributes&lt;BR /&gt;
to an SDF or CDF data file, then what form the values take&lt;BR /&gt;
is determined by the attribute extraction template file.&lt;BR /&gt;
&lt;BR /&gt;
If the program is accessing the values directly then&lt;BR /&gt;
it is responsible for converting strings (which is what&lt;BR /&gt;
all attributes are in AutoCAD) to numeric values, along&lt;BR /&gt;
with the required conversion error checking.&lt;BR /&gt;
&lt;BR /&gt;
If they're telling you they're getting integers, then&lt;BR /&gt;
something is obviously very wrong.&lt;BR /&gt;
&lt;BR /&gt;
"Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
news:E8F18CBBC79FDE79104579114D965F66@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi All,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I posted this same question in the 2002 newsgroup, but felt that someone&lt;BR /&gt;
&amp;gt; here may have a better feel for what I am asking.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Our sister company is forcing me to ask this question... its kind of&lt;BR /&gt;
strange&lt;BR /&gt;
&amp;gt; and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; They have code (I believe in VB or C++) that pulls our cad drawing&lt;BR /&gt;
attribute&lt;BR /&gt;
&amp;gt; values into a database (Access).  They are saying that all of the values&lt;BR /&gt;
are&lt;BR /&gt;
&amp;gt; coming in as integer values rather than string values (or something to&lt;BR /&gt;
that&lt;BR /&gt;
&amp;gt; effect).  I may have some of the particulars confused, but really I just&lt;BR /&gt;
&amp;gt; need to know the following:  I know there is no way within AutoCAD to&lt;BR /&gt;
change&lt;BR /&gt;
&amp;gt; the attribute values to be either integer, string, etc..., so can someone&lt;BR /&gt;
&amp;gt; from AutoDesk or someone that has a larger amount of knowledge about the&lt;BR /&gt;
&amp;gt; code behind AutoCAD attributes please explain this to me?  Any assistance&lt;BR /&gt;
&amp;gt; would be greatly appreciated.  I really need a response from someone that&lt;BR /&gt;
&amp;gt; has AutoDesk behind their name or I will still have a hard time getting&lt;BR /&gt;
them&lt;BR /&gt;
&amp;gt; to believe it!&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I hope this makes sense!&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; TIA,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Rob&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ROUTMAN&gt;</description>
      <pubDate>Wed, 15 May 2002 08:01:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352978#M74168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-15T08:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Behind the attribute value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352979#M74169</link>
      <description>Hi,&lt;BR /&gt;
I'm not from AutoDesk but i just feel like saying something 'cause we have&lt;BR /&gt;
similar projects.&lt;BR /&gt;
Mr Robert Bell is right if you're talking about Block Attributes.&lt;BR /&gt;
But if not Block attributes:&lt;BR /&gt;
In our project we store ENTITY attributes (attributes here is a generic&lt;BR /&gt;
term) like polyline vertices (yes, they are float data types),&lt;BR /&gt;
polygon centroids, polygon areas and many more we need in GIS. We store all&lt;BR /&gt;
data in external MSSQL and Oracle&lt;BR /&gt;
databases and we do not save dwg files.&lt;BR /&gt;
&lt;BR /&gt;
Or another case is the Map Object tables that can be synchronised with&lt;BR /&gt;
external database.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
news:E8F18CBBC79FDE79104579114D965F66@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi All,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I posted this same question in the 2002 newsgroup, but felt that someone&lt;BR /&gt;
&amp;gt; here may have a better feel for what I am asking.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Our sister company is forcing me to ask this question... its kind of&lt;BR /&gt;
strange&lt;BR /&gt;
&amp;gt; and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; They have code (I believe in VB or C++) that pulls our cad drawing&lt;BR /&gt;
attribute&lt;BR /&gt;
&amp;gt; values into a database (Access).  They are saying that all of the values&lt;BR /&gt;
are&lt;BR /&gt;
&amp;gt; coming in as integer values rather than string values (or something to&lt;BR /&gt;
that&lt;BR /&gt;
&amp;gt; effect).  I may have some of the particulars confused, but really I just&lt;BR /&gt;
&amp;gt; need to know the following:  I know there is no way within AutoCAD to&lt;BR /&gt;
change&lt;BR /&gt;
&amp;gt; the attribute values to be either integer, string, etc..., so can someone&lt;BR /&gt;
&amp;gt; from AutoDesk or someone that has a larger amount of knowledge about the&lt;BR /&gt;
&amp;gt; code behind AutoCAD attributes please explain this to me?  Any assistance&lt;BR /&gt;
&amp;gt; would be greatly appreciated.  I really need a response from someone that&lt;BR /&gt;
&amp;gt; has AutoDesk behind their name or I will still have a hard time getting&lt;BR /&gt;
them&lt;BR /&gt;
&amp;gt; to believe it!&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I hope this makes sense!&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; TIA,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Rob&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ROUTMAN&gt;</description>
      <pubDate>Wed, 15 May 2002 08:03:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352979#M74169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-15T08:03:21Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352980#M74170</link>
      <description>Thanx for the input everyone!&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know where I might find something that documents the fact that&lt;BR /&gt;
AutoCAD attributes are stored only as string values?  I have looked through&lt;BR /&gt;
the AutoCAD help and AutoCAD VBA help files, but have had no luck finding&lt;BR /&gt;
any such info.&lt;BR /&gt;
&lt;BR /&gt;
Can someone point me in the right direction.&lt;BR /&gt;
&lt;BR /&gt;
TIA,&lt;BR /&gt;
&lt;BR /&gt;
Rob&lt;BR /&gt;
&lt;BR /&gt;
"rover" &lt;ROV&gt; wrote in message&lt;BR /&gt;
news:81E470DD560B68E47958ED8C257D5202@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi,&lt;BR /&gt;
&amp;gt; I'm not from AutoDesk but i just feel like saying something 'cause we have&lt;BR /&gt;
&amp;gt; similar projects.&lt;BR /&gt;
&amp;gt; Mr Robert Bell is right if you're talking about Block Attributes.&lt;BR /&gt;
&amp;gt; But if not Block attributes:&lt;BR /&gt;
&amp;gt; In our project we store ENTITY attributes (attributes here is a generic&lt;BR /&gt;
&amp;gt; term) like polyline vertices (yes, they are float data types),&lt;BR /&gt;
&amp;gt; polygon centroids, polygon areas and many more we need in GIS. We store&lt;BR /&gt;
all&lt;BR /&gt;
&amp;gt; data in external MSSQL and Oracle&lt;BR /&gt;
&amp;gt; databases and we do not save dwg files.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Or another case is the Map Object tables that can be synchronised with&lt;BR /&gt;
&amp;gt; external database.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:E8F18CBBC79FDE79104579114D965F66@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi All,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I posted this same question in the 2002 newsgroup, but felt that someone&lt;BR /&gt;
&amp;gt; &amp;gt; here may have a better feel for what I am asking.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Our sister company is forcing me to ask this question... its kind of&lt;BR /&gt;
&amp;gt; strange&lt;BR /&gt;
&amp;gt; &amp;gt; and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; They have code (I believe in VB or C++) that pulls our cad drawing&lt;BR /&gt;
&amp;gt; attribute&lt;BR /&gt;
&amp;gt; &amp;gt; values into a database (Access).  They are saying that all of the values&lt;BR /&gt;
&amp;gt; are&lt;BR /&gt;
&amp;gt; &amp;gt; coming in as integer values rather than string values (or something to&lt;BR /&gt;
&amp;gt; that&lt;BR /&gt;
&amp;gt; &amp;gt; effect).  I may have some of the particulars confused, but really I just&lt;BR /&gt;
&amp;gt; &amp;gt; need to know the following:  I know there is no way within AutoCAD to&lt;BR /&gt;
&amp;gt; change&lt;BR /&gt;
&amp;gt; &amp;gt; the attribute values to be either integer, string, etc..., so can&lt;BR /&gt;
someone&lt;BR /&gt;
&amp;gt; &amp;gt; from AutoDesk or someone that has a larger amount of knowledge about the&lt;BR /&gt;
&amp;gt; &amp;gt; code behind AutoCAD attributes please explain this to me?  Any&lt;BR /&gt;
assistance&lt;BR /&gt;
&amp;gt; &amp;gt; would be greatly appreciated.  I really need a response from someone&lt;BR /&gt;
that&lt;BR /&gt;
&amp;gt; &amp;gt; has AutoDesk behind their name or I will still have a hard time getting&lt;BR /&gt;
&amp;gt; them&lt;BR /&gt;
&amp;gt; &amp;gt; to believe it!&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I hope this makes sense!&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; TIA,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Rob&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ROUTMAN&gt;&lt;/ROV&gt;</description>
      <pubDate>Wed, 15 May 2002 09:08:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352980#M74170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-15T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352981#M74171</link>
      <description>How about the fact that an Attribute's value is held in the TextString property.</description>
      <pubDate>Wed, 15 May 2002 09:31:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352981#M74171</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2002-05-15T09:31:06Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352982#M74172</link>
      <description>Look at the Developer's Guide: ActiveX and VBA Reference, Object Model,&lt;BR /&gt;
AttributeRef, TextString property for one; DXF Reference, ENTITIES Section,&lt;BR /&gt;
ATTRIB, Group code 1 for another.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
R. Robert Bell, MCSE&lt;BR /&gt;
www.AcadX.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
news:DB9DA4CAF27B284CACB6C2F25234FC5C@in.WebX.maYIadrTaRb...&lt;BR /&gt;
| Thanx for the input everyone!&lt;BR /&gt;
|&lt;BR /&gt;
| Does anyone know where I might find something that documents the fact that&lt;BR /&gt;
| AutoCAD attributes are stored only as string values?  I have looked&lt;BR /&gt;
through&lt;BR /&gt;
| the AutoCAD help and AutoCAD VBA help files, but have had no luck finding&lt;BR /&gt;
| any such info.&lt;BR /&gt;
|&lt;BR /&gt;
| Can someone point me in the right direction.&lt;BR /&gt;
|&lt;BR /&gt;
| TIA,&lt;BR /&gt;
|&lt;BR /&gt;
| Rob&lt;BR /&gt;
|&lt;BR /&gt;
| "rover" &lt;ROV&gt; wrote in message&lt;BR /&gt;
| news:81E470DD560B68E47958ED8C257D5202@in.WebX.maYIadrTaRb...&lt;BR /&gt;
| &amp;gt; Hi,&lt;BR /&gt;
| &amp;gt; I'm not from AutoDesk but i just feel like saying something 'cause we&lt;BR /&gt;
have&lt;BR /&gt;
| &amp;gt; similar projects.&lt;BR /&gt;
| &amp;gt; Mr Robert Bell is right if you're talking about Block Attributes.&lt;BR /&gt;
| &amp;gt; But if not Block attributes:&lt;BR /&gt;
| &amp;gt; In our project we store ENTITY attributes (attributes here is a generic&lt;BR /&gt;
| &amp;gt; term) like polyline vertices (yes, they are float data types),&lt;BR /&gt;
| &amp;gt; polygon centroids, polygon areas and many more we need in GIS. We store&lt;BR /&gt;
| all&lt;BR /&gt;
| &amp;gt; data in external MSSQL and Oracle&lt;BR /&gt;
| &amp;gt; databases and we do not save dwg files.&lt;BR /&gt;
| &amp;gt;&lt;BR /&gt;
| &amp;gt; Or another case is the Map Object tables that can be synchronised with&lt;BR /&gt;
| &amp;gt; external database.&lt;BR /&gt;
| &amp;gt;&lt;BR /&gt;
| &amp;gt;&lt;BR /&gt;
| &amp;gt;&lt;BR /&gt;
| &amp;gt;&lt;BR /&gt;
| &amp;gt; "Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
| &amp;gt; news:E8F18CBBC79FDE79104579114D965F66@in.WebX.maYIadrTaRb...&lt;BR /&gt;
| &amp;gt; &amp;gt; Hi All,&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt; I posted this same question in the 2002 newsgroup, but felt that&lt;BR /&gt;
someone&lt;BR /&gt;
| &amp;gt; &amp;gt; here may have a better feel for what I am asking.&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt; Our sister company is forcing me to ask this question... its kind of&lt;BR /&gt;
| &amp;gt; strange&lt;BR /&gt;
| &amp;gt; &amp;gt; and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt; They have code (I believe in VB or C++) that pulls our cad drawing&lt;BR /&gt;
| &amp;gt; attribute&lt;BR /&gt;
| &amp;gt; &amp;gt; values into a database (Access).  They are saying that all of the&lt;BR /&gt;
values&lt;BR /&gt;
| &amp;gt; are&lt;BR /&gt;
| &amp;gt; &amp;gt; coming in as integer values rather than string values (or something to&lt;BR /&gt;
| &amp;gt; that&lt;BR /&gt;
| &amp;gt; &amp;gt; effect).  I may have some of the particulars confused, but really I&lt;BR /&gt;
just&lt;BR /&gt;
| &amp;gt; &amp;gt; need to know the following:  I know there is no way within AutoCAD to&lt;BR /&gt;
| &amp;gt; change&lt;BR /&gt;
| &amp;gt; &amp;gt; the attribute values to be either integer, string, etc..., so can&lt;BR /&gt;
| someone&lt;BR /&gt;
| &amp;gt; &amp;gt; from AutoDesk or someone that has a larger amount of knowledge about&lt;BR /&gt;
the&lt;BR /&gt;
| &amp;gt; &amp;gt; code behind AutoCAD attributes please explain this to me?  Any&lt;BR /&gt;
| assistance&lt;BR /&gt;
| &amp;gt; &amp;gt; would be greatly appreciated.  I really need a response from someone&lt;BR /&gt;
| that&lt;BR /&gt;
| &amp;gt; &amp;gt; has AutoDesk behind their name or I will still have a hard time&lt;BR /&gt;
getting&lt;BR /&gt;
| &amp;gt; them&lt;BR /&gt;
| &amp;gt; &amp;gt; to believe it!&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt; I hope this makes sense!&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt; TIA,&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt; Rob&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt; &amp;gt;&lt;BR /&gt;
| &amp;gt;&lt;BR /&gt;
| &amp;gt;&lt;BR /&gt;
|&lt;BR /&gt;
|&lt;/ROUTMAN&gt;&lt;/ROV&gt;&lt;/ROUTMAN&gt;</description>
      <pubDate>Wed, 15 May 2002 09:32:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352982#M74172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-15T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352983#M74173</link>
      <description>Thanx guys,&lt;BR /&gt;
&lt;BR /&gt;
That's exactly what I was looking for!&lt;BR /&gt;
&lt;BR /&gt;
Rob&lt;BR /&gt;
&lt;BR /&gt;
"R. Robert Bell" &lt;NOT.ROBERTB&gt; wrote in message&lt;BR /&gt;
news:B76F855E8C87122298B646995B2D0663@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Look at the Developer's Guide: ActiveX and VBA Reference, Object Model,&lt;BR /&gt;
&amp;gt; AttributeRef, TextString property for one; DXF Reference, ENTITIES&lt;BR /&gt;
Section,&lt;BR /&gt;
&amp;gt; ATTRIB, Group code 1 for another.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; R. Robert Bell, MCSE&lt;BR /&gt;
&amp;gt; www.AcadX.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:DB9DA4CAF27B284CACB6C2F25234FC5C@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; | Thanx for the input everyone!&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt; | Does anyone know where I might find something that documents the fact&lt;BR /&gt;
that&lt;BR /&gt;
&amp;gt; | AutoCAD attributes are stored only as string values?  I have looked&lt;BR /&gt;
&amp;gt; through&lt;BR /&gt;
&amp;gt; | the AutoCAD help and AutoCAD VBA help files, but have had no luck&lt;BR /&gt;
finding&lt;BR /&gt;
&amp;gt; | any such info.&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt; | Can someone point me in the right direction.&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt; | TIA,&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt; | Rob&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt; | "rover" &lt;ROV&gt; wrote in message&lt;BR /&gt;
&amp;gt; | news:81E470DD560B68E47958ED8C257D5202@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; | &amp;gt; Hi,&lt;BR /&gt;
&amp;gt; | &amp;gt; I'm not from AutoDesk but i just feel like saying something 'cause we&lt;BR /&gt;
&amp;gt; have&lt;BR /&gt;
&amp;gt; | &amp;gt; similar projects.&lt;BR /&gt;
&amp;gt; | &amp;gt; Mr Robert Bell is right if you're talking about Block Attributes.&lt;BR /&gt;
&amp;gt; | &amp;gt; But if not Block attributes:&lt;BR /&gt;
&amp;gt; | &amp;gt; In our project we store ENTITY attributes (attributes here is a&lt;BR /&gt;
generic&lt;BR /&gt;
&amp;gt; | &amp;gt; term) like polyline vertices (yes, they are float data types),&lt;BR /&gt;
&amp;gt; | &amp;gt; polygon centroids, polygon areas and many more we need in GIS. We&lt;BR /&gt;
store&lt;BR /&gt;
&amp;gt; | all&lt;BR /&gt;
&amp;gt; | &amp;gt; data in external MSSQL and Oracle&lt;BR /&gt;
&amp;gt; | &amp;gt; databases and we do not save dwg files.&lt;BR /&gt;
&amp;gt; | &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; Or another case is the Map Object tables that can be synchronised with&lt;BR /&gt;
&amp;gt; | &amp;gt; external database.&lt;BR /&gt;
&amp;gt; | &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; "Rob Outman" &lt;ROUTMAN&gt; wrote in message&lt;BR /&gt;
&amp;gt; | &amp;gt; news:E8F18CBBC79FDE79104579114D965F66@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; Hi All,&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; I posted this same question in the 2002 newsgroup, but felt that&lt;BR /&gt;
&amp;gt; someone&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; here may have a better feel for what I am asking.&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; Our sister company is forcing me to ask this question... its kind of&lt;BR /&gt;
&amp;gt; | &amp;gt; strange&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; and I don't totally understand it, but here goes anyway.&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; They have code (I believe in VB or C++) that pulls our cad drawing&lt;BR /&gt;
&amp;gt; | &amp;gt; attribute&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; values into a database (Access).  They are saying that all of the&lt;BR /&gt;
&amp;gt; values&lt;BR /&gt;
&amp;gt; | &amp;gt; are&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; coming in as integer values rather than string values (or something&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; | &amp;gt; that&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; effect).  I may have some of the particulars confused, but really I&lt;BR /&gt;
&amp;gt; just&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; need to know the following:  I know there is no way within AutoCAD&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; | &amp;gt; change&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; the attribute values to be either integer, string, etc..., so can&lt;BR /&gt;
&amp;gt; | someone&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; from AutoDesk or someone that has a larger amount of knowledge about&lt;BR /&gt;
&amp;gt; the&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; code behind AutoCAD attributes please explain this to me?  Any&lt;BR /&gt;
&amp;gt; | assistance&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; would be greatly appreciated.  I really need a response from someone&lt;BR /&gt;
&amp;gt; | that&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; has AutoDesk behind their name or I will still have a hard time&lt;BR /&gt;
&amp;gt; getting&lt;BR /&gt;
&amp;gt; | &amp;gt; them&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; to believe it!&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; I hope this makes sense!&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; TIA,&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt; Rob&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt;&lt;BR /&gt;
&amp;gt; | &amp;gt;&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt; |&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ROUTMAN&gt;&lt;/ROV&gt;&lt;/ROUTMAN&gt;&lt;/NOT.ROBERTB&gt;</description>
      <pubDate>Wed, 15 May 2002 09:57:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352983#M74173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-15T09:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Behind the attribute value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352984#M74174</link>
      <description>Look in the Autocad VB help file under&lt;BR /&gt;
Textstring.&lt;BR /&gt;
&lt;BR /&gt;
Also, If they are writing information to an&lt;BR /&gt;
Access database, the database fields should &lt;BR /&gt;
be set up with the type of data they hold...&lt;BR /&gt;
text, number, etc...</description>
      <pubDate>Wed, 22 May 2002 02:36:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/behind-the-attribute-value/m-p/352984#M74174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-22T02:36:28Z</dc:date>
    </item>
  </channel>
</rss>

