Share

SettingsAmbient.SettingsGeneral.ShowEventViewer Property

Specifies whether the Event Viewer is displayed automatically when an event occurs.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean ShowEventViewer { get; }

VB

Public ReadOnly Property ShowEventViewer As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ ShowEventViewer {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?