All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchAppCntrData (Object)

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


Manage a schematic connector data.

Method Index

AppGetApplicationData
Get application data.
AppListPotentialData
Get a list valid potential application data that can be set.
AppSetApplicationData
Set application data.

Methods


o Sub AppGetApplicationData(CATIASchListOfBSTRs iLAppData,
CATIASchListOfBSTRs iLAppNlsData)
Get application data.
Parameters:
iLAppData
A list of character string data.
iLAppNlsData
A list of character string data.
Example:
 Dim objThisIntf As SchAppCntrData
 Dim objArg1 As SchListOfBSTRs
 Dim objArg2 As SchListOfBSTRs
  ...
 objThisIntf.AppGetApplicationDataobjArg1,objArg2
 
o Sub AppListPotentialData(CATIASchListOfBSTRs iLAppData,
CATIASchListOfBSTRs iLAppNlsData)
Get a list valid potential application data that can be set.
Parameters:
iLAppData
A list of character string data.
iLAppNlsData
A list of character string data.
Example:
 Dim objThisIntf As SchAppCntrData
 Dim objArg1 As SchListOfBSTRs
 Dim objArg2 As SchListOfBSTRs
  ...
 objThisIntf.AppListPotentialDataobjArg1,objArg2
 
o Sub AppSetApplicationData(CATIASchListOfBSTRs iLAppData)
Set application data.
Parameters:
iLAppData
A list of character string data.
Example:
 Dim objThisIntf As SchAppCntrData
 Dim objArg1 As SchListOfBSTRs
  ...
 objThisIntf.AppSetApplicationDataobjArg1
 

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