All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchDropOffView

System.IUnknown
  |
  +---CATISchDropOffView
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISchDropOffView

Interface to manage drafting views within the schematics environment.
Role: Manages drafting views within a schematics diagram.


Method Index


o AddDropOffView(CATIDftView*,CATIDftView**,double*,double*,double*)
Adds a drafting view to the schematics diagram.
o ListDropOffViews(CATIUnknownList**)
Lists drafting views in this schematics diagram.
o RemoveDropOffView(CATIDftView*)
Removes a drafting view from the schematics diagram.

Methods


o AddDropOffView
public virtual HRESULT AddDropOffView(CATIDftView* iView,
CATIDftView** oView,
double* iDb2PosXY=NULL,
double* iDb1Scale= NULL,
double* iDb1Angle= NULL) = 0
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.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o ListDropOffViews
public virtual HRESULT ListDropOffViews(CATIUnknownList** oLDropOffViews)= 0
Lists drafting views in this schematics diagram.
Parameters:
oLDropOffViews
A list of drafting views
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o RemoveDropOffView
public virtual HRESULT RemoveDropOffView(CATIDftView* iViewToRemove)= 0
Removes a drafting view from the schematics diagram.
Parameters:
iViewToRemove
pointer to drafting view to remove
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchDropOffView.h

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