Gets or sets a value indicating whether the mark is displayed as highlighter.
Syntax
bool IsHighlighter {get; set;}
__property bool get_IsHighlighter();
__property void set_IsHighlighter(
bool value
);
property bool IsHighlighter {
bool get();
void set ( bool value);
}
'Declaration
Property IsHighlighter As Boolean
'Usage
Dim instance As IImGearARTPolyline
Dim value As Boolean
instance.IsHighlighter = value
value = instance.IsHighlighter
Property Value
Boolean value.
See Also