All Frameworks Object Hierarchy This Framework Indexes
o Func CreateNetwork( | iLCntbls, | |
iLGRRs) As |
Dim objThisIntf As SchBaseFactory Dim objArg1 As SchListOfObjects Dim objArg2 As SchListOfObjects Dim objArg3 As SchListOfObjects ... Set objArg3 = objThisIntf.CreateNetwork(objArg1,objArg2)
o Sub CreateRouteAndConnectToObjects( | iAppRoute, | |
iCntrCompFrom, | ||
iCntrCompTo, | ||
iGRRCompFrom, | ||
iGRRCompTo, | ||
iLDb2PtPath, | ||
iERouteMode, | ||
oSchRoute) |
Dim objThisIntf As SchBaseFactory Dim objArg1 As AnyObject Dim objArg2 As SchAppConnector Dim objArg3 As SchAppConnector Dim objArg4 As SchGRRComp Dim objArg5 As SchGRRComp Dim dbVar6(x) As CATSafeArrayVariant Dim objArg9 As SchRoute ... objThisIntf.CreateRouteAndConnectToObjectsobjArg1,objArg2,objArg3,objArg4,objArg5,dbVar6,CatSchIDLRouteMode_Enum,objArg9
o Func CreateSchCompGroup( | iAppGroup, | |
iLGRR, | ||
iLMember) As |
Dim objThisIntf As SchBaseFactory Dim objArg1 As AnyObject Dim objArg2 As SchListOfObjects Dim objArg3 As SchListOfObjects Dim objArg4 As SchCompGroupExt ... Set objArg4 = objThisIntf.CreateSchCompGroup(objArg1,objArg2,objArg3)
o Func CreateSchComponent( | iAppComponentRef, | |
iLGRR) As |
Dim objThisIntf As SchBaseFactory Dim objArg1 As AnyObject Dim objArg2 As SchListOfObjects Dim objArg3 As SchComponent ... Set objArg3 = objThisIntf.CreateSchComponent(objArg1,objArg2)
o Sub CreateSchRouteByPoints( | iAppRoute, | |
iLDbPt, | ||
oSchRoute) |
Dim objThisIntf As SchBaseFactory Dim objArg1 As AnyObject Dim dbVar2(x) As CATSafeArrayVariant Dim objArg4 As SchRoute ... objThisIntf.CreateSchRouteByPointsobjArg1,dbVar2,objArg4
o Func CreateSchRouteByPrim( | iAppRoute, | |
iLGRR) As |
Dim objThisIntf As SchBaseFactory Dim objArg1 As AnyObject Dim objArg2 As SchListOfObjects Dim objArg3 As SchRoute ... Set objArg3 = objThisIntf.CreateSchRouteByPrim(objArg1,objArg2)
o Func CreateSchZone( | iAppZone, | |
iLGRR) As |
Dim objThisIntf As SchBaseFactory Dim objArg1 As AnyObject Dim objArg2 As SchListOfObjects Dim objArg3 As SchZone ... Set objArg3 = objThisIntf.CreateSchZone(objArg1,objArg2)
o Sub DeleteObject( | iObject) |
Dim objThisIntf As SchBaseFactory Dim objArg1 As AnyObject ... objThisIntf.DeleteObjectobjArg1
Copyright © 2003, Dassault Systèmes. All rights reserved.