All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchZoneGraphic
| o Sub AddGraphicalRepresentation( | CATIASchGRRZone | iGRRToAdd) |
Dim objThisIntf As SchZoneGraphic Dim objArg1 As SchGRRZone ... objThisIntf.AddGraphicalRepresentationobjArg1
| o Func ListGraphicalRepresentations( | ) As CATIASchListOfObjects |
Dim objThisIntf As SchZoneGraphic Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListGraphicalRepresentations
| o Sub RemoveGraphicalRepresentation( | CATIASchGRRZone | iGRRToRemove) |
Dim objThisIntf As SchZoneGraphic Dim objArg1 As SchGRRZone ... objThisIntf.RemoveGraphicalRepresentationobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.