Methods
- Sub GetReshapeMode( 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). dd>
- Example:
-
Dim objThisIntf As SchGRRRoute2 ... objThisIntf.GetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum
- Sub SetReshapeMode( 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). dd>
- Example:
-
Dim objThisIntf As SchGRRRoute2 ... objThisIntf.SetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum