ShowFeatureErrorDialog Property (IModelDoc)
Obsolete. Superseded by IModelDoc2::ShowFeatureErrorDialog.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowFeatureErrorDialog As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim value As System.Boolean
instance.ShowFeatureErrorDialog = value
value = instance.ShowFeatureErrorDialog |
C# | |
---|
System.bool ShowFeatureErrorDialog {get; set;} |
C++/CLI | |
---|
property System.bool ShowFeatureErrorDialog {
System.bool get();
void set ( & System.bool value);
} |
See Also