All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchGRRCntr (Object)

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


Manage the graphical representation of a schematic connector.

Method Index

GetSymbol
Get the graphical primitive of a connector.
RemoveSymbol
Remove the graphical primitive used as the connector's symbol.
SetSymbol
Set the symbol or graphics used to represent a connector.

Methods


o Sub GetSymbol(CATIASchGRR oGRR,
CatSchIDLCntrSymbolType oESymbolType)
Get the graphical primitive of a connector.
Parameters:
oGRR
The graphical primitive (ditto) used to represent a connector.
oESymbolType
Connector symbol type such as: point, point/vector, OnOffSheet, LineBoundary.
Example:
 Dim objThisIntf As SchGRRCntr
 Dim objArg1 As SchGRR

  ...
 objThisIntf.GetSymbolobjArg1,CatSchIDLCntrSymbolType_Enum
 
o Sub RemoveSymbol()
Remove the graphical primitive used as the connector's symbol. The default connector's symbol type will be set to point.
Example:
 Dim objThisIntf As SchGRRCntr
  ...
 objThisIntf.RemoveSymbol
 
o Sub SetSymbol(CATIASchGRR iGRRSymbol,
CatSchIDLCntrSymbolType iESymbolType)
Set the symbol or graphics used to represent a connector.
Parameters:
iGRRSymbol
The graphical primitive (detail) to be used as the connector's symbol. iGRRSymbol can be NULL if iESymbolType is a point or point/vector.
iESymbolType
Connector symbol type such as: point, point/vector, OnOffSheet, LineBoundary.
Example:
 Dim objThisIntf As SchGRRCntr
 Dim objArg1 As SchGRR

  ...
 objThisIntf.SetSymbolobjArg1,CatSchIDLCntrSymbolType_Enum
 

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