NeedErrorList Property (ITessellation)
Gets or sets the need error list option.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NeedErrorList As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITessellation
Dim value As Boolean
instance.NeedErrorList = value
value = instance.NeedErrorList
|
C# | |
---|
bool NeedErrorList {get; set;} |
C++/CLI | |
---|
property bool NeedErrorList {
bool get();
void set (bool value);
} |
See Also