ObjectModelerNavigator Interface CATIGraphLink

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIGraphLink

Interface to customize graph's link physical representation.
Role: This interface is automatically implemented on tree nodes.


Method Index


o GetChildNode()
Retrieves the child node.
o GetFatherNode()
Retrieves the father node.
o IsHighlighted()
Retrieves link highlight mode.
o SetColor(int)
Sets the link color.
o SetHighlight(int)
Sets link highlight mode.

Methods


o GetChildNode
public virtual GetChildNode()
Retrieves the child node.
Returns:
The child node.
o GetFatherNode
public virtual GetFatherNode()
Retrieves the father node.
Returns:
The father node.
o IsHighlighted
public virtual IsHighlighted()
Retrieves link highlight mode.
Returns:
The highlight mode.
Legal values: 1: The link is highlighted, 0: otherwise.
o SetColor
public virtual SetColor( iLinkColor)
Sets the link color.
Parameters:
iLinkColor
The index of the color.
Legal values:iCouleur ranges from 0 to 255. You can use the CATColorMap#GetColor method to retrieve the r,g and b components associated with an index color.
o SetHighlight
public virtual SetHighlight( iMode)
Sets link highlight mode.
Parameters:
iMode
The highlight mode.
Legal values: 1: The link has to be highlighted, 0: otherwise.

This object is included in the file: CATIGraphLink.h
If needed, your Imakefile.mk should include the module: CATObjectModelerNavigator

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.