All Frameworks Object Hierarchy This Framework Indexes
o Func Add2DArrow( | iCoordinates) As |
Dim NewMarker2DArrow As Marker2D Set NewMarker2DArrow = TheMarker2Ds.Add2DArrow(Positions)
o Func Add2DCircle( | iCoordinates, | |
iFillStatus) As |
Dim NewMarker2DCircle As Marker2D Set NewMarker2DCircle = TheMarker2Ds.Add2DCircle(Positions, 0)
o Func Add2DFreeHand( | iCoordinates) As |
Dim NewMarker2DFreeHand As Marker2D Set NewMarker2DFreeHand = TheMarker2Ds.Add2DFreeHand(Positions)
o Func Add2DLine( | iCoordinates) As |
Dim NewMarker2DLine As Marker2D Set NewMarker2DLine = TheMarker2Ds.Add2DLine(Positions)
o Func Add2DPicture( | iCoordinates, | |
iPath) As |
Dim NewMarker2DPicture As Marker2D Set NewMarker2DPicture = TheMarker2Ds.Add2DPicture(Positions, "e:\picture.bmp")
o Func Add2DRectangle( | iCoordinates, | |
iFillStatus) As |
Dim NewMarker2DRectangle As Marker2D Set NewMarker2DRectangle = TheMarker2Ds.Add2DRectangle(Positions, 0)
o Func Add2DText( | iCoordinates, | |
iText) As |
Dim NewMarker2DText As Marker2D Set NewMarker2DText = TheMarker2Ds.Add2DText(Positions, "example")
o Func Item( | iIndex) As |
Dim ThisMarker2D As Marker2D Set ThisMarker2D = TheMarker2Ds.Item(9)
o Sub Remove( | iIndex) |
TheMarker2Ds.Remove(10)
Copyright © 2003, Dassault Systèmes. All rights reserved.