Gets or sets whether to automatically repair non-critical custom properties errors in the file to be opened.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoRepair As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As System.Boolean
instance.AutoRepair = value
value = instance.AutoRepair |
C# | |
---|
System.bool AutoRepair {get; set;} |
C++/CLI | |
---|
property System.bool AutoRepair {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to automatically repair custom properties errors, false to not (default) (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0