All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchGRRRoute2 (Object)

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


Manage the graphical representation of a schematic route.

Method Index

GetReshapeMode
Get the reshape mode.
SetReshapeMode
Set the reshape mode.

Methods


o Sub GetReshapeMode(CatSchIDLGRRRouteReshapeMode oReshapeMode)
Get the reshape mode.
Parameters:
oReshapeMode
Whether or not the route shape is fixed for the purpose of reshaping the route. = SchFixedShapeOff : no restriction on how to reshape the route. = SchFixedShapeOn : reshape only the route's extremity (the segment directly connected to the object that's being moved).
Example:
 Dim objThisIntf As SchGRRRoute2

  ...
 objThisIntf.GetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum
 
o Sub SetReshapeMode(CatSchIDLGRRRouteReshapeMode iReshapeMode)
Set the reshape mode.
Parameters:
iReshapeMode
Whether or not the route shape is fixed for the purpose of reshaping the route. = SchFixedShapeOff : no restriction on how to reshape the route. = SchFixedShapeOn : reshape only the route's extremity (the segment directly connected to the object that's being moved).
Example:
 Dim objThisIntf As SchGRRRoute2

  ...
 objThisIntf.SetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum
 

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