Loop for VBA

Loop for VBA

Anonymous
Not applicable
308 Views
1 Reply
Message 1 of 2

Loop for VBA

Anonymous
Not applicable
I want creat loop for selectionset is Dimension to modify
Extline1and Extline2. But i don't know some problem:
+ For selectionset:
- how do exit selectionset.?
- how do show name a object in selectionset. ?
- How do call Extline1(2) of dim for objs in selectionset.?
+ For Dim:
How do show property ?
I am readed Help for VBA but don't see it.
Any one tell me that problem.?
Thank you very much.
0 Likes
309 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Hi,

Look in the samples provided in the Help. There is code there to do all you
want.

Experiment with that code till you understand it.

If you still have problems, then post the code and ask for explanations.

--

Laurie Comerford
CADApps
www.cadapps.com.au
wrote in message news:5065964@discussion.autodesk.com...
I want creat loop for selectionset is Dimension to modify
Extline1and Extline2. But i don't know some problem:
+ For selectionset:
- how do exit selectionset.?
- how do show name a object in selectionset. ?
- How do call Extline1(2) of dim for objs in selectionset.?
+ For Dim:
How do show property ?
I am readed Help for VBA but don't see it.
Any one tell me that problem.?
Thank you very much.
0 Likes