2024 Enumeration
Changes 0
E

DataExchangeMessageId

Description:
Predefined message ids for DataExchangeLog.
public enum DataExchangeMessageId
Name Description
E None No message.
E UnitOfProgressCompleted That message will be sent at reasonable intervals to provide the using application an opportunity to update its progress indicator.
E ObjectCreated An informational message. An object - a face, edge, solid, etc. - has been created successfully.
E UnexpectedResult Unexpected result produced by a data conversion operation. Conversion may continue, but the results should be carefully reviewed.
E InvalidSourceObject An error message. A source object was found to be invalid.
E InvalidDataSet No data could be imported. Would typically be reported as a error. May be reported as a fatal error.
E GenericError A catch-all error code. Used for errors that are not enumerated explicitly.
E ObjectNotSupported A warning message. A source object was not converted.
E ObjectNotConverted An error message. The conversion code was unable to process a valid supported source object.
E InvalidRenderingStyle An error message. The conversion code was unable to process a render style. The created model will differ in visual appearance.
E EmptyObject A warning level message. The conversion encountered an object with no data to convert. The object will be ignored. This may indicate a problem with incoming data.