All Frameworks Object Hierarchy This Framework Indexes
o Property Fill( | ) As |
Dim status As Integer status = NewMarker3D.Fill
o Property Frame( | ) As |
Dim status As Integer status = NewMarker3D.Frame
o Property TextFont( | ) As |
Dim font As String font = NewMarker3D.TextFont
o Property TextOrientation( | ) As |
Dim orientation As CatMarkerTextOrientation orientation = NewMarker3D.TextOrientation
o Property TextSize( | ) As |
Dim size As Double size = NewMarker3D.TextSize
o Property Text( | ) As |
Dim text As String text = NewMarker3D.Text
o Property Type( | ) As (Read Only) |
Dim type As CatMarker3DType type = NewMarker3D.Type
o Sub AddObject( | iObject) |
NewMarker3D.AddObject(ThisProduct)
o Func CountObject( | ) As |
Dim number As Integer number = NewMarker3D.CountObject
o Sub GetObjectPositions( | iIndex, | |
oCoordinates) |
Dim Coordinates (3) NewMarker3D.GetObjectPositions Coordinates
o Sub GetTextPositions( | oCoordinates) |
Dim Coordinates (2) NewMarker3D.GetTextPositions Coordinates
o Func ItemObject( | iIndex) As |
Dim ThisObject As Marker3D Set ThisObject = NewMarker3D.ItemObject(9)
o Sub RemoveObject( | iIndex) |
NewMarker3D.RemoveObject(9)
o Sub SetObjectPositions( | iIndex, | |
iCoordinates) |
Dim Coordinates (3) NewMarker3D.SetObjectPositions Coordinates
o Sub SetTextPositions( | iCoordinates) |
Dim Coordinates (2) NewMarker3D.SetTextPositions Coordinates
o Sub Update( | ) |
NewMarker3D.Update
Copyright © 2003, Dassault Systèmes. All rights reserved.