Community
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hatch Area not available in Property Data Sets

Hatch Area not available in Property Data Sets

When trying to assign the area of a hatch to Property Set Data in Civil 3D, the field is not available.
Consider adding Hatch Area field for Property Set Data.

3 Comments

Workaround:

Use the following formula to get Hatch Area in Property Data Set:

RESULT="--"
On Error Resume Next

Set oApp=GetObject(, "AutoCAD.Application")
Set oCivilApp=oApp.GetInterfaceObject("AeccXUiLand.AeccApplication.13.5")

Set obj=oCivilApp.ActiveDocument.HandleToObject("[Handle]")
RESULT=obj.Area

AeccApplication.1x.x -> adjust to your Civil 3D version accordingly. 
Insert [Handle] from Insert Property Definitions.

TimYarris
Autodesk
Status changed to: Under Review

Thank you for your idea. The development team will review the idea while customers continue to add feedback and vote on it.

paul.fava
Observer

Hi, how can apply this for architecture 2024?

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Rail Community


Autodesk Design & Make Report