Applies the property values of a fix object to an error.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
object.ApplyFix([pFix], pFailedReason)
C#:
object.ApplyFix([pFix], out pFailedReason);
Type: AcStError object
The object this method applies to.
Access: Input-only
Type: AcStFix object
The fix object which should be used to correct the properties of an object that does not match the established CAD standards.
Access: Output-only
Type: String
The error value that represents the reason why the fix failed. The value returned should align with one of those in the AcStResultStatus enumeration.
The default return value is "0".
No return value.
No additional remarks.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available