M
mp
I get the error in the subject line from the following line of code:
SubentityId subEnt =
new SubentityId(SubentityType.Null, System.IntPtr.Zero);
the second argument of that method is defined as Int.
this code comes from a website offereing autocad info in dotnet
the url to the project is:
http://through-the-interface.typepa...olor-of-a-nested-entity-using-net-take-2.html
I'm presuming the code as shown compiles fine for the author so I dont' know
why it won't for me...maybe because i'm on express version?
thanks for any ideas
mark
SubentityId subEnt =
new SubentityId(SubentityType.Null, System.IntPtr.Zero);
the second argument of that method is defined as Int.
this code comes from a website offereing autocad info in dotnet
the url to the project is:
http://through-the-interface.typepa...olor-of-a-nested-entity-using-net-take-2.html
I'm presuming the code as shown compiles fine for the author so I dont' know
why it won't for me...maybe because i'm on express version?
thanks for any ideas
mark