All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppScalingRule

System.IUnknown
  |
  +---CATISchAppScalingRule
 

Usage: you can reimplement this interface by deriving the supplied CATEASchAppScalingRule adapter class.


interface CATISchAppScalingRule

Interface to provide scaling rules.
Application must derived implementation of this interface from CATEASchAppScalingRule. Role: Defines rules for scaling a component.

BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.


Method Index


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

Methods


o AppGetScalingPriority
public virtual HRESULT AppGetScalingPriority(int* oPriority) = 0
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.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppScalingRule.h

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