CADability dotNET
Adds the provided object to the highlighted objects of this view. This is typically called during simulation/animation to draw the user attention to this object

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void AddHighlightedObject(
	IGeoObject toHighlight
)
Visual Basic
Public Sub AddHighlightedObject ( _
	toHighlight As IGeoObject _
)
Visual C++
public:
void AddHighlightedObject(
	IGeoObject^ toHighlight
)

Parameters

toHighlight
Type: CADability.GeoObject..::..IGeoObject
highlighted object to add

See Also