Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mysterious VertexCount

3 REPLIES 3
Reply
Message 1 of 4
NirantarVidyarthee
423 Views, 3 Replies

Mysterious VertexCount

When I type '(vla-get-ver' in the vlide and press ctrl+shift+spacebar, the autoexpand list displays 'vla-get-VertexCount'.

 

For the life of me, I can't find any reference to this property in help or the web.

 

Am I doing something wrong?

 

Am I missing something?

 

Can somebody reveal the mystery about the vertexCount property?

 

- Nirantar Vidyarthee

3 REPLIES 3
Message 2 of 4
devitg
in reply to: NirantarVidyarthee

Maybe is a user's defined defun. Do it show in blue color? Do a search as text for it
Message 3 of 4

I realize this is a defunct thread, but I have just found out about vla-GetVertexCount and, since I have not found a single mention to it anywhere else on the internet, I thought I should post it here.

 

It is a method of a Multileader and it takes one argument: a variant. I didn't know what kind of variant, so I just went for the generic alternative:

 

(vla-GetVertexCount vla_obj (vlax-make-variant))

 

This worked, returning the number of vertexes the multileader had (2, in my case).

 

There seems to be a lot of undocumented methods regarding Multileaders, so I'm having a hard time figuring them out.

Message 4 of 4

IrrelevantUser,

 

You need to look at the developer documentation under the ActiveX and VBA Reference.

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

Post to forums  

Autodesk Design & Make Report

”Boost