Quantcast
Channel: Autodesk AutoCAD forums
Viewing all articles
Browse latest Browse all 14319

LayerTable.GetUnreconciledLayers()

$
0
0

I am attempting to help someone else by writing a LispFunctionMethod, which calls LayerTable.GetUnreconciledLayers().

 

Unless I've overlooked something, last night when I started coding this at home GetUnreconciledLayers() required no argument, and returned ObjectIdCollection(2014).

 

Today during lunch, however (2012):

No overload for method 'GetUnreconciledLayers' takes 0 arguments

 ... Seemingly something changed between the two versions, which is fine, I don't mind accounting for that with an 18, and 19 assembly version... I just cannot find an example of how to supply:

AcArray<AcDbObjectId,AcArrayMemCopyReallocator<AcDbObjectId> >

 ... As an argument to my GetUnreconciledLayers() call, in any of the developer documentation, DevBlog articles, etc.

 

 

 

Any assistance would be greatly appreciated.

 

Cheers


Viewing all articles
Browse latest Browse all 14319

Trending Articles