ExceptionErrorStatus Property
 | 
Namespace:  Teigha.BoundaryRepresentation
Assembly:  TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
 
public ErrorStatus ErrorStatus { get; set; }
 
Public Property ErrorStatus As ErrorStatus
        Get
        Set
 
public:
property ErrorStatus ErrorStatus {
        ErrorStatus get ();
        void set (ErrorStatus value);
}
 
member ErrorStatus : ErrorStatus with get, set
 
 
 
Property Value
Type: 
ErrorStatus 
See Also