Share

SettingsProfileView.StackedOptions Property

Gets style settings for profile view.



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

Syntax

C#

public SettingsProfileViewSettingsStackedOptions StackedOptions { get; }

VB

Public ReadOnly Property StackedOptions As SettingsProfileViewSettingsStackedOptions
	Get

C++

public:
property SettingsProfileViewSettingsStackedOptions^ StackedOptions {
	SettingsProfileViewSettingsStackedOptions^ get ();
}

Property Value

SettingsProfileViewSettingsStackedOptions

See Also

Reference

Was this information helpful?