pycatia.cat_sch_platform_interfaces.sch_grr_route_alternate

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_sch_platform_interfaces.sch_grr_route_alternate.SchGRRRouteAlternate(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
SchGRRRouteAlternate

Manage the graphical styles for alternative route graphics.
get_alternate_style() int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetAlternateStyle(CatSchIDLRouteAlternateGraphicStyle
oEGraphicStyle)

Returns the graphicl style of the alternate graphic
object.

Parameters:

oEGraphicStyle
Enum describing the graphic style of the object. (see
CATSchGeneralEnum.h for descriptions)

Example:

Dim objThisIntf As SchGRRRouteAlternate

objThisIntf.GetAlternateStyleCatSchIDLRouteAlternateGraphicStyle_Enum
Returns:

enum cat_sch_idl_route_alternate_graphic_style

Return type:

int