Event Class

The base class for logging events to the database.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesEvent

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class Event

The Event type exposes the following members.

Constructors
 NameDescription
Public methodEventInitializes a new instance of the Event class
Top
Methods
 NameDescription
Public methodStatic memberLog(EventType, String, String) Logs a new user-defined event to the current database.
Public methodStatic memberLog(EventType, String, String, Database) Logs a new user-defined event to the user-specified database.
Top
See Also