Share

SettingsSectionView.Styles Property

Gets the default styles assigned to section view components



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

Syntax

C#

public SettingsSectionViewSettingsStyles Styles { get; }

VB

Public ReadOnly Property Styles As SettingsSectionViewSettingsStyles
	Get

C++

public:
property SettingsSectionViewSettingsStyles^ Styles {
	SettingsSectionViewSettingsStyles^ get ();
}

Property Value

SettingsSectionViewSettingsStyles

See Also

Reference

Was this information helpful?