Author Topic: Civil3D VBA - Excel Parcels  (Read 14594 times)

0 Members and 1 Guest are viewing this topic.

Jeff_M

  • King Gator
  • Posts: 4087
  • C3D user & customizer
Re: Civil3D VBA - Excel Parcels
« Reply #30 on: June 12, 2014, 08:43:33 AM »
If not the Handle, then the Site name would need to be provided since Parcels live within Sites. You could hard code that, providing you always use teh same Site name for the hydrology parcels.

MSTG007

  • Gator
  • Posts: 2598
  • I can't remeber what I already asked! I need help!
Re: Civil3D VBA - Excel Parcels
« Reply #31 on: June 12, 2014, 08:48:15 AM »
I was talking with an engineer. They said it would be nice to interchange exchange the information. Either the way we designed was to keep all living current data in the dwg and extract it, but they would like the flexibility to do calcs then transfer some of the data over to dwg. It seems like it might be hard to do that. But as for the Sites would be hard coded the parcel names would not.
Civil3D 2020

MSTG007

  • Gator
  • Posts: 2598
  • I can't remeber what I already asked! I need help!
Re: Civil3D VBA - Excel Parcels
« Reply #32 on: September 02, 2015, 01:05:27 PM »
I hate to bring up this old old topic. But I am now toying around with getting general parcel number, address, tax id.

How would this VBA line be switched?

Code: [Select]
.GetUserDefinedPropertyValue
Thanks again for all your brilliance. :)
Civil3D 2020

Jeff_M

  • King Gator
  • Posts: 4087
  • C3D user & customizer
Re: Civil3D VBA - Excel Parcels
« Reply #33 on: September 02, 2015, 01:35:07 PM »
The Parcel General UDP's are not exposed in any API. You need to create & use your own.