All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Marker2D
| o Property Fill( | ) As long |
Dim status As Integer
status = NewMarker2D.Fill
| o Property Frame( | ) As long |
Dim status As Integer
status = NewMarker2D.Frame
| o Property Picture( | ) As CATBSTR |
Dim path As String
path = NewMarker2D.Picture
| o Property Text( | ) As CATBSTR |
Dim text As String
text = NewMarker2D.Text
| o Property TextAngle( | ) As double |
Dim angle As Double
size = NewMarker2D.TextAngle
| o Property TextFont( | ) As CATBSTR |
Dim font As String
font = NewMarker2D.TextFont
| o Property TextOrientation( | ) As CatMarkerTextOrientation |
Dim orientation As CatMarkerTextOrientation
orientation = NewMarker2D.TextOrientation
| o Property TextSize( | ) As double |
Dim size As Double
size = NewMarker2D.TextSize
| o Property Type( | ) As CatMarker2DType (Read Only) |
Dim type As CatMarker2DType
type = NewMarker2D.Type
| o Sub GetPositions( | CATSafeArrayVariant | oCoordinates) |
These positions depend on the type of the Marker2D :
Dim Coordinates (3)
NewMarker2D.GetPositions Coordinates
| o Sub SetPositions( | CATSafeArrayVariant | iCoordinates) |
These positions depend on the type of the Marker2D :
Dim Coordinates (3) 'To be valuated
NewMarker2D.SetPositions Coordinates
Copyright © 2003, Dassault Systèmes. All rights reserved.