Additional Custom Model iProperties Source

Additional Custom Model iProperties Source

a81383
Enthusiast Enthusiast
263 Views
2 Replies
Message 1 of 3

Additional Custom Model iProperties Source

a81383
Enthusiast
Enthusiast

 

Good afternoon,

 

I'm looking to clear a link out of the Additional Custom Model iProperties Source under the drawing document settings and set it to None. 

 

Can anyone help with this?

 

a81383_0-1713469771960.png

 

0 Likes
Accepted solutions (1)
264 Views
2 Replies
Replies (2)
Message 2 of 3

Frederick_Law
Mentor
Mentor

You'll need to find whatever used that iproperty and delete that first.

That could be in Titleblock and Sketch Symbol.

0 Likes
Message 3 of 3

WCrihfield
Mentor
Mentor
Accepted solution

Hi @a81383.  Here is the code path to that property.

DrawingSettings.CustomPropertySourceFile 

Dim oDDoc As DrawingDocument = ThisDoc.Document
oDDoc.DrawingSettings.CustomPropertySourceFile = ""

Wesley Crihfield

EESignature

(Not an Autodesk Employee)