All Frameworks Object Hierarchy This Framework Indexes Previous Next
o Sub Activate( | CATBSTR | iGRRName, |
CATSafeArrayVariant | iDb2WhereAt, | |
SchGRRComp | 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( | SchGRRComp | iGRRToAdd) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp ... objThisIntf.AddGraphicalRepresentationobjArg1
o Sub Deactivate( | SchGRRComp | iGRR) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp ... objThisIntf.DeactivateobjArg1
o Func ListGraphicalImages( | ) As SchListOfObjects |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListGraphicalImages
o Func ListGraphicalRepresentations( | ) As SchListOfObjects |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListGraphicalRepresentations
o Sub RemoveGraphicalRepresentation( | SchGRRComp | iGRRToRemove) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp ... objThisIntf.RemoveGraphicalRepresentationobjArg1
o Sub SwitchAll( | CATBSTR | iGRRName) |
Dim objThisIntf As SchCompGraphic Dim strVar1 As String ... objThisIntf.SwitchAllstrVar1
o Sub Switch( | SchGRRComp | iGRR, |
CATBSTR | iGRRName, | |
SchGRRComp | oGRR) |
Dim objThisIntf As SchCompGraphic Dim objArg1 As SchGRRComp Dim strVar2 As String Dim objArg3 As SchGRRComp ... objThisIntf.SwitchobjArg1,strVar2,objArg3
Copyright © 2003, Dassault Systèmes. All rights reserved.