Share

SettingsCmdCreateQuickProfile.SettingsCmdQuickProfile.SelectAllSurfaces Property

Gets whether to generate profiles of all surfaces in the drawing file in the quick profile.



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

Syntax

C#

public PropertyBoolean SelectAllSurfaces { get; }

VB

Public ReadOnly Property SelectAllSurfaces As PropertyBoolean
	Get

C++

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

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?