All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchGapDisplay (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchGapDisplay
 


Manage the graphical representation of a schematic route.

Method Index

IsGapShown
Query whether gaps are shown (gap attributes exist).
SetGap
Add gap display attributes on the route.
UnsetGap
Remove gap display attributes on the route.

Methods


o Sub IsGapShown(boolean oBYes)
Query whether gaps are shown (gap attributes exist).
Parameters:
oBYes
If TRUE, then gaps are shown (gap attributes exist). If FALSE, then gaps are not shown (gap attributes do not exist).
Example:
 Dim objThisIntf As SchGapDisplay
 Dim bVar1 As boolean
  ...
 objThisIntf.IsGapShownbVar1
 
o Sub SetGap(CATIASchListOfObjects iLUKRoutes)
Add gap display attributes on the route.
Parameters:
iLUKRoutes
A list of routes to be processed, default is NULL (if NULL, then all routes in model are processed). Members are CATISchRoute interface pointers.
Example:
 Dim objThisIntf As SchGapDisplay
 Dim objArg1 As SchListOfObjects
  ...
 objThisIntf.SetGapobjArg1
 
o Sub UnsetGap(CATIASchListOfObjects iLUKRoutes)
Remove gap display attributes on the route. A list of routes to be processed, default is NULL (if NULL, then all routes in model are processed). Members are CATISchRoute interface pointers.
Example:
 Dim objThisIntf As SchGapDisplay
 Dim objArg1 As SchListOfObjects
  ...
 objThisIntf.UnsetGapobjArg1
 

Copyright © 2003, Dassault Systèmes. All rights reserved.