All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchDropOffView (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchDropOffView
 


Manage the drop off views in a schematic viewer.

Method Index

AddDropOffView
Adds a drafting view to the schematics diagram.
ListDropOffViews
Lists drafting views in this schematics diagram.
RemoveDropOffView
Removes a drafting view from the schematics diagram.

Methods


o Sub AddDropOffView(CATIADrawingView iView,
CATIADrawingView oView,
CATSafeArrayVariant iDb2PosXY,
double iDb1Scale,
double iDb1Angl)
Adds a drafting view to the schematics diagram.
Parameters:
iView
pointer to drafting view to add
oView
pointer to newly added drafting in this document
iDb2PosXY
pointer to XY coordinate for placement, if NULL, the position is the same as that of the input view.
iDb1Scale
scale of view added, if NULL, scale is assumed to be that of the input view.
iDb1Angle
The view orientation, if NULL, orientation is assumed to be that of the input view.
Example:
 Dim objThisIntf As SchDropOffView
 Dim objArg1 As DrawingView
 Dim objArg2 As DrawingView
 Dim dbVar3(2) As CATSafeArrayVariant


  ...
 objThisIntf.AddDropOffViewobjArg1,objArg2,dbVar3,dbVar3,dbVar3
 
o Func ListDropOffViews() As CATIASchListOfObjects
Lists drafting views in this schematics diagram.
Parameters:
oLDropOffViews
A list of drafting views
Example:
 Dim objThisIntf As SchDropOffView
 Dim objArg1 As SchListOfObjects
  ...
 Set objArg1 = objThisIntf.ListDropOffViews
 
o Sub RemoveDropOffView(CATIADrawingView iViewToRemove)
Removes a drafting view from the schematics diagram.
Parameters:
iViewToRemove
pointer to drafting view to remove
Example:
 Dim objThisIntf As SchDropOffView
 Dim objArg1 As DrawingView
  ...
 objThisIntf.RemoveDropOffViewobjArg1
 

Copyright © 2003, Dassault Systèmes. All rights reserved.