Function GraphicsObjects.AddDynamic3DNewOLEObject( _
ProgID As String, _
XLeftTop As Double, _
YLeftTop As Double, _
ZLeftTop As Double, _
XRightBottom As Double, _
YRightBottom As Double, _
ZRightBottom As Double, _
Optional beginplotID As Integer = -1, _
Optional endplotID As Integer = -1, _
Optional graphID As Integer = -1) As OLEObject
|
- ProgID [in]
Type: String
- XLeftTop [in]
Type: Double
- YLeftTop [in]
Type: Double
- ZLeftTop [in]
Type: Double
- XRightBottom[in]
Type: Double
- YRightBottom [in]
Type: Double
- ZRightBottom [in]
Type: Double
- beginplotID [in, optional]
Type: Integer
Default value: -1
- endplotID [in, optional]
Type: Integer
Default value: -1
- graphID [in, optional]
Type: Integer
Default value: -1
|
OLEObject
|