HighLight Property

Gets or sets the HighLight state.

Syntax

object.HighLight [= value]

Parameters

value
A Boolean expression that enables (TRUE) or disables glossy highlights on the graph's surface.

Remarks

This property only has effect when Lighting is enabled, the GraphType is HeightField and the TextureMode is NO_TEXTURE.

When highlights are enabled, the surface has a more photo-realistic appearence, but the highlights can make it hard to determine the true color values of that region of the graph.

See Also

Lighting, GraphType, TextureMode