Indexes   

SchDropOffView (Object)

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( iView,
oView,
iDb2PosXY,
iDb1Scale,
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
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( 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 © 2006, Dassault Systèmes. All rights reserved.