Methods
- Sub AppCreateCompRef( iAppCompClassType, oAppComp)
-
Create an Application Component reference.
- Parameters:
-
- iAppCompClassType
- Class type of the Application Component reference. dd>
- oAppComp
- The new Application Component object created (CATISchAppComponent interface pointer). dd>
- Example:
-
Dim objThisIntf As SchAppObjectFactory Dim strVar1 As String Dim objArg2 As AnyObject ... objThisIntf.AppCreateCompRefstrVar1,objArg2
- Sub AppCreateConnection( iAppCntnClassType, oAppConnection)
-
Create an Application Connection object.
- Parameters:
-
- iAppCntnClassType
- Class type of the Application Connection object. dd>
- oAppConnection
- The new Application Connection object created (CATISchAppConnection interface pointer). dd>
- Example:
-
Dim objThisIntf As SchAppObjectFactory Dim strVar1 As String Dim objArg2 As AnyObject ... objThisIntf.AppCreateConnectionstrVar1,objArg2
- Sub AppCreateGroup( iAppGroupClassType, oAppGroup)
-
Create an Application Group object.
- Parameters:
-
- iAppGroupClassType
- Class type of the Application Group object. dd>
- oAppGroup
- The new Application Group object created (CATISchAppGroup interface pointer). dd>
- Example:
-
Dim objThisIntf As SchAppObjectFactory Dim strVar1 As String Dim objArg2 As AnyObject ... objThisIntf.AppCreateGroupstrVar1,objArg2
- Sub AppCreateRoute( iAppRouteClassType, oAppRoute, iLogLineID)
-
Create an Application Route object.
- Parameters:
-
- iAppRouteClassType
- Class type of the Application Route object. dd>
- oAppRoute
- The new Application Route object created (CATISchAppRoute interface pointer). dd>
- iLogLineID
- The logical line ID that will contain the new route. This is an optional input. dd>
- Example:
-
Dim objThisIntf As SchAppObjectFactory Dim strVar1 As String Dim objArg2 As AnyObject Dim strVar3 As String ... objThisIntf.AppCreateRoutestrVar1,objArg2,strVar3
- Sub AppCreateRouteFromRef( iRouteReference, oAppRoute, iLogLineID)
-
Create an Application Route object with a specific reference.
- Parameters:
-
- iAppRouteRef
- Route reference to creaet the output route from dd>
- oAppRoute
- The new Application Route object created (CATISchAppRoute interface pointer). dd>
- iLogLineID
- The logical line ID that will contain the new route. This is an optional input. dd>
- Example:
-
Dim objThisIntf As SchAppObjectFactory Dim objArg1 As SchAppRoute Dim objArg2 As AnyObject Dim strVar3 As String ... objThisIntf.AppCreateRouteFromRefobjArg1,objArg2,strVar3
- Sub AppCreateZone( iAppZoneClassType, oAppZone)
-
Create an Application Zone object.
- Parameters:
-
- iAppZoneClassType
- Class type of the Application Zone object. dd>
- oAppZone
- The new Application Zone object created (CATISchAppZone interface pointer). dd>
- Example:
-
Dim objThisIntf As SchAppObjectFactory Dim strVar1 As String Dim objArg2 As AnyObject ... objThisIntf.AppCreateZonestrVar1,objArg2