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
-
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
-
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
-
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