Message 1 of 3
Assembly Occorances WorkPlane in VB.Net

Not applicable
04-09-2007
07:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
in VB6
Dim oPartPlane1 As WorkPlane
Set oPartPlane1 = oOcc1.Definition.WorkPlanes.Item(3)
I tried in VB2005
Dim oPartPlane1 As WorkPlane
oPartPlane1 = oOcc1.Definition.
after definition Workplane is not in "Disply Word Completion".
is there any other method to be used in VB2005 ?
Dim oPartPlane1 As WorkPlane
Set oPartPlane1 = oOcc1.Definition.WorkPlanes.Item(3)
I tried in VB2005
Dim oPartPlane1 As WorkPlane
oPartPlane1 = oOcc1.Definition.
after definition Workplane is not in "Disply Word Completion".
is there any other method to be used in VB2005 ?