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 (); }