CATSchPlatformInterfaces SchAnnotationBreak (Object)
All Frameworks Object Hierarchy This Framework Next Indexes
SchAnnotationBreak (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchAnnotationBreak
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
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 ( double iDbScaleFactor )
Scale the symbol.
Parameters:
iDbScaleFactor
The scale factor to scale the symbol by.
Example:
Dim objThisIntf As SchAnnotationBreak
Dim dbVar1 As Double
...
objThisIntf.Scale dbVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.