CATSchPlatformInterfaces SchGRRCntr (Object)
All Frameworks Object Hierarchy This Framework Indexes
SchGRRCntr (Object)
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( | | oGRR, |
| | 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
-
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( | | iGRRSymbol, |
| | 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.