Share

SettingsSurface.Defaults Property

Gets the surface defaults setting.



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

Syntax

C#

public SettingsSurfaceSettingsDefaults Defaults { get; }

VB

Public ReadOnly Property Defaults As SettingsSurfaceSettingsDefaults
	Get

C++

public:
property SettingsSurfaceSettingsDefaults^ Defaults {
	SettingsSurfaceSettingsDefaults^ get ();
}

Property Value

SettingsSurfaceSettingsDefaults

See Also

Reference

Was this information helpful?