All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchGRRZone
| o Sub AddBoundaryElement( | CATIASchBoundaryElem | iZoneBndyToAdd) |
Dim objThisIntf As SchGRRZone Dim objArg1 As SchBoundaryElem ... objThisIntf.AddBoundaryElementobjArg1
| o Sub IsBoundaryValid( | boolean | BIsValid) |
Dim objThisIntf As SchGRRZone Dim bVar1 As boolean ... objThisIntf.IsBoundaryValidbVar1
| o Func ListBoundaryElements( | ) As CATIASchListOfObjects |
Dim objThisIntf As SchGRRZone Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListBoundaryElements
| o Sub RemoveBoundaryElement( | CATIASchBoundaryElem | iZoneBndyToRemove) |
Dim objThisIntf As SchGRRZone Dim objArg1 As SchBoundaryElem ... objThisIntf.RemoveBoundaryElementobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.