Share

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.280

Syntax

C#

public class Event

VB

Public Class Event

C++

public ref class Event

The Event type exposes the following members.

Constructors

 NameDescription
Public methodEventInitializes a new instance of the Event class

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.

See Also

Reference

Was this information helpful?