CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.0.0.0 (1.0.0.0)
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:
CADabilityAssembly: CADability (in CADability.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void AddHighlightedObject( IGeoObject toHighlight ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddHighlightedObject ( _ toHighlight As IGeoObject _ ) |
| Visual C++ |
|---|
public: void AddHighlightedObject( IGeoObject^ toHighlight ) |
Parameters
- toHighlight
- Type: CADability.GeoObject..::.IGeoObject
highlighted object to add