Methods
- Sub GetSymbol( oGRR, oESymbolType)
-
Get the graphical primitive of a connector.
- Parameters:
-
- oGRR
- The graphical primitive (ditto) used to represent a connector. dd>
- oESymbolType
- Connector symbol type such as: point, point/vector, OnOffSheet, LineBoundary. dd>
- Example:
-
Dim objThisIntf As SchGRRCntr Dim objArg1 As SchGRR ... objThisIntf.GetSymbolobjArg1,CatSchIDLCntrSymbolType_Enum
- 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
- 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. dd>
- iESymbolType
- Connector symbol type such as: point, point/vector, OnOffSheet, LineBoundary. dd>
- Example:
-
Dim objThisIntf As SchGRRCntr Dim objArg1 As SchGRR ... objThisIntf.SetSymbolobjArg1,CatSchIDLCntrSymbolType_Enum