Share

SettingsDrawing.AmbientSettings Property

Gets Ambient setting of the drawing.



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

Syntax

C#

public SettingsAmbient AmbientSettings { get; }

VB

Public ReadOnly Property AmbientSettings As SettingsAmbient
	Get

C++

public:
property SettingsAmbient^ AmbientSettings {
	SettingsAmbient^ get ();
}

Property Value

SettingsAmbient

See Also

Reference

Was this information helpful?