AutoCAD Land Desktop (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Toggle Parcel Preference values

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
163 Views, 0 Replies

Toggle Parcel Preference values

Hi,

I am trying to toggle preferences for parcel lines, name and area labels on
import.
I need to import parcel boundaries only, without labels, and then reset name
and area labels back to "on" for normal ALD use.

I couldn't find a solution in the help system and the following code does
nothing to my preferences.

Please advise.

Thanks and regards,

Rad

Public Sub setlot()

Dim LotPrefsObj As AeccPreferencesParcel
Set LotPrefsObj = AeccApplication.ActiveProject.Preferences.parcel

LotPrefsObj.SetInteger kIncludeParcelLines, 5
LotPrefsObj.SetInteger kNumberLabelsOn, 6
LotPrefsObj.SetInteger kAreaUnitLabelsOn, 11
LotPrefsObj.SetInteger kSqUnitLabelsOn, 9

End Sub
0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report