All Frameworks Object Hierarchy This Framework Indexes
The method Product.GetTechnologicalObject ("Marker3Ds") on the root product retrieves this collection.
o Func Add3DText( | iTextCoordinates, | |
iText, | ||
iObjectCoordinates, | ||
iObject) As |
Dim NewMarker3DText As Marker3D Set NewMarker3DText = TheMarker3Ds.Add3DText(Position1, "example", Position2, Product2)
o Func Item( | iIndex) As |
Dim ThisMarker3D As Marker3D Set ThisMarker3D = TheMarker3Ds.Item(9) Dim ThatMarker3D As Marker3D Set ThatMarker3D = TheMarker3Ds.Item("Marker3D3")
o Sub Remove( | iIndex) |
TheMarker3Ds.Remove(10) TheMarker3Ds.Remove("Marker3D2")
Copyright © 2003, Dassault Systèmes. All rights reserved.