All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchGRRRoute
| o Sub AddPoints( | CATSafeArrayVariant | iLDb2PtPathToAdd, |
| long | iAfterWhichPtNum) |
Dim objThisIntf As SchGRRRoute Dim dbVar1(x) As CATSafeArrayVariant Dim intVar3 As Integer ... objThisIntf.AddPointsdbVar1,intVar3
| o Sub Break( | CATSafeArrayVariant | iDb2Pt1, |
| CATSafeArrayVariant | iDb2Pt2, | |
| CATIASchGRRRoute | oNewGRRRoute) |
Dim objThisIntf As SchGRRRoute Dim dbVar1(2) As CATSafeArrayVariant Dim dbVar2(2) As CATSafeArrayVariant Dim objArg3 As SchGRRRoute ... objThisIntf.BreakdbVar1,dbVar2,objArg3
| o Sub Compress( | ) |
Dim objThisIntf As SchGRRRoute ... objThisIntf.Compress
| o Sub Compress2( | CatSchIDLRouteUnsetGapsMode | iUnsetGaps) |
Dim objThisIntf As SchGRRRoute ... objThisIntf.Compress2CatSchIDLRouteUnsetGapsMode_Enum
| o Sub Concatenate( | long | iWhichEnd1, |
| CATIASchGRRRoute | iGRRRoute2, | |
| long | iWhichEnd2) |
Dim objThisIntf As SchGRRRoute Dim intVar1 As Integer Dim objArg2 As SchGRRRoute Dim intVar3 As Integer ... objThisIntf.ConcatenateintVar1,objArg2,intVar3
| o Sub ConcatenateKeepGRR2( | long | iWhichEnd1, |
| CATIASchGRRRoute | iGRRRoute2, | |
| long | iWhichEnd2) |
Dim objThisIntf As SchGRRRoute Dim intVar1 As Integer Dim objArg2 As SchGRRRoute Dim intVar3 As Integer ... objThisIntf.ConcatenateKeepGRR2intVar1,objArg2,intVar3
| o Sub CreateRouteSymbol( | long | iSegNum, |
| double | iSegParm, | |
| CATIASchGRR | iGRRSymbol, | |
| CATIASchRouteSymbol | oRouteSymbol) |
Dim objThisIntf As SchGRRRoute Dim intVar1 As Integer Dim dbVar2 As Double; Dim objArg3 As SchGRR Dim objArg4 As SchRouteSymbol ... objThisIntf.CreateRouteSymbolintVar1,dbVar2,objArg3,objArg4
| o Sub GetEndPoint( | CATIASchListOfDoubles | oDb2EndPt) |
Dim objThisIntf As SchGRRRoute Dim objArg1 As SchListOfDoubles ... objThisIntf.GetEndPointobjArg1
| o Sub GetPath( | CATIASchListOfDoubles | oLDb2PtPath) |
Dim objThisIntf As SchGRRRoute Dim objArg1 As SchListOfDoubles Dim intVar2 As Integer ... objThisIntf.GetPathobjArg1
| o Sub GetStartPoint( | CATIASchListOfDoubles | oDb2StartPt) |
Dim objThisIntf As SchGRRRoute Dim objArg1 As SchListOfDoubles ... objThisIntf.GetStartPointobjArg1
| o Func ListRouteSymbols( | ) As CATIASchListOfObjects |
Dim objThisIntf As SchGRRRoute Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListRouteSymbols
| o Sub RemovePoints( | long | iNumOfPtsToRemove, |
| long | iAfterWhichPtNum) |
Dim objThisIntf As SchGRRRoute Dim intVar1 As Integer Dim intVar2 As Integer ... objThisIntf.RemovePointsintVar1,intVar2
| o Sub SetEndPoint( | CATSafeArrayVariant | iDb2EndPt) |
Dim objThisIntf As SchGRRRoute Dim dbVar1(2) As CATSafeArrayVariant ... objThisIntf.SetEndPointdbVar1
| o Sub SetPath( | CATSafeArrayVariant | iLDb2PtPath, |
| CatSchIDLRouteCompressMode | iCompress) |
Dim objThisIntf As SchGRRRoute Dim dbVar1(x) As CATSafeArrayVariant ... objThisIntf.SetPathdbVar1,CatSchIDLRouteCompressMode_Enum
| o Sub SetPath2( | CATSafeArrayVariant | iLDb2PtPath, |
| CatSchIDLRouteCompressMode | iCompress, | |
| CatSchIDLRouteUnsetGapsMode | iUnsetGaps) |
Dim objThisIntf As SchGRRRoute Dim dbVar1(x) As CATSafeArrayVariant ... objThisIntf.SetPath2dbVar1,CatSchIDLRouteCompressMode_Enum,CatSchIDLRouteUnsetGapsMode_Enum
| o Sub SetPath3( | CATSafeArrayVariant | iLDb2PtPath, |
| CatSchIDLRouteCompressMode | iCompress, | |
| CatSchIDLRouteUnsetGapsMode | iUnsetGaps, | |
| CatSchIDLRouteSymbolUpdateMode | iRouteUpdateSymbols) |
Dim objThisIntf As SchGRRRoute Dim dbVar1(x) As CATSafeArrayVariant ... objThisIntf.SetPath3dbVar1,CatSchIDLRouteCompressMode_Enum,CatSchIDLRouteUnsetGapsMode_Enum,CatSchIDLRouteSymbolUpdateMode_Enum
| o Sub SetStartPoint( | CATSafeArrayVariant | iDb2StartPt) |
Dim objThisIntf As SchGRRRoute Dim dbVar1(2) As CATSafeArrayVariant ... objThisIntf.SetStartPointdbVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.