All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchAppScalingRule (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchAppScalingRule
 


Provide application rule of how to scale schematic objects.

Method Index

AppGetScalingPriority
Get a priority number to indicate the adjustment (moving) priority of this object during scaling.

Methods


o Sub AppGetScalingPriority(long oPriority)
Get a priority number to indicate the adjustment (moving) priority of this object during scaling.
Parameters:
oPriority
1 to 99. The lower the number, the higher the processing priority. For example, an object with priority 1 is processed first and will not move while connected objects adjust.
Example:
 Dim objThisIntf As SchAppScalingRule
 Dim intVar1 As Integer
  ...
 objThisIntf.AppGetScalingPriorityintVar1
 

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