All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppGapPriority

System.IUnknown
  |
  +---CATISchAppGapPriority
 

Usage: you can freely reimplement this interface.


interface CATISchAppGapPriority

Interface to define the application route gap priority rules.
Role: To identity the gap priority between 2 intersecting routes.


Method Index


o AppChooseGapPriority(CATISchRoute*,CATSchGapPriority*)
Identify which of 2 intersecting routes should be gapped.

Methods


o AppChooseGapPriority
public virtual HRESULT AppChooseGapPriority(CATISchRoute* iTheOtherRoute,
CATSchGapPriority* oPriority) = 0
Identify which of 2 intersecting routes should be gapped.
Parameters:
iTheOtherRoute
The route intersecting This route.
oPriority
Gap Priority.
See also:
CATSchGapPriority
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppGapPriority.h

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