IMdAdvancedLine::FlipArrow

Use this method to get or set whether the arrow direction is flipped (reversed).

Compatibility

Cimatron 2024 or later

Syntax

int FlipArrow {get; set;}

FlipArrow:int

Return Type

Return: int

pVal

  • TRUE (=1)—Flipped
  • FALSE (=0)—Default direction
   

Input Type

Input: int

newVal

  • TRUE (=1)—Flipped
  • FALSE (=0)—Default direction
   

Remarks

None

Example