Indexes   

SchAppScalingRule (Object)

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( 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 © 2006, Dassault Systèmes. All rights reserved.