All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SchCompGraphic
o Sub Activate( | CATBSTR | iGRRName, |
CATSafeArrayVariant | iDb2WhereAt, | |
CATIASchGRRComp | oGRR) |
Dim objThisIntf As SchCompGraphic Dim strVar1 As String Dim dbVar2(2) As CATSafeArrayVariant Dim objArg3 As SchGRRComp ... objThisIntf.ActivatestrVar1,dbVar2,objArg3
o Sub AddGraphicalRepresentation( | CATIASchGRRComp | iGRRToAdd) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp ... objThisIntf.AddGraphicalRepresentationobjArg1
o Sub Deactivate( | CATIASchGRRComp | iGRR) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp ... objThisIntf.DeactivateobjArg1
o Func ListGraphicalImages( | ) As CATIASchListOfObjects |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListGraphicalImages
o Func ListGraphicalRepresentations( | ) As CATIASchListOfObjects |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListGraphicalRepresentations
o Sub RemoveGraphicalRepresentation( | CATIASchGRRComp | iGRRToRemove) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp ... objThisIntf.RemoveGraphicalRepresentationobjArg1
o Sub Switch( | CATIASchGRRComp | iGRR, |
CATBSTR | iGRRName, | |
CATIASchGRRComp | oGRR) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp Dim strVar2 As String Dim objArg3 As SchGRRComp ... objThisIntf.SwitchobjArg1,strVar2,objArg3
o Sub SwitchAll( | CATBSTR | iGRRName) |
Dim objThisIntf As SchCompGraphic Dim strVar1 As String ... objThisIntf.SwitchAllstrVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.