Indexes   

SchAnnotationBreak (Object)

Manage an annotation break operations.

Method Index

FlipOverLine
Mirror the symbol over the route segment line that ends in the connector on which the symbol is placed.
FlipOverOrthogonalLine
Mirror the symbol over the line orthogonal to the route segment line that ends in the connector on which the symbol is placed and going through the connector's position.
Scale
Scale the symbol.

Methods


o Sub FlipOverLine()
Mirror the symbol over the route segment line that ends in the connector on which the symbol is placed.
Example:
 Dim objThisIntf As SchAnnotationBreak
  ...
 objThisIntf.FlipOverLine
 
o Sub FlipOverOrthogonalLine()
Mirror the symbol over the line orthogonal to the route segment line that ends in the connector on which the symbol is placed and going through the connector's position.
Example:
 Dim objThisIntf As SchAnnotationBreak
  ...
 objThisIntf.FlipOverOrthogonalLine
 
o Sub Scale( iDbScaleFactor)
Scale the symbol.
Parameters:
iDbScaleFactor
The scale factor to scale the symbol by.
Example:
 Dim objThisIntf As SchAnnotationBreak
 Dim dbVar1 As Double
  ...
 objThisIntf.ScaledbVar1
 

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