Logs a new user-defined event to the current database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public static void Log( Event.Type type, string source, string text )
Visual Basic
Public Shared Sub Log ( _ type As Event.Type, _ source As String, _ text As String _ )
Visual C++
public: static void Log( Event.Type type, String^ source, String^ text )
Parameters
- source
- Type: System.String
- text
- Type: System.String