Gets whether to include elevation data for the selected 3D entity in the quick profile.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean Draw3DEntityProfile { get; }
VB
Public ReadOnly Property Draw3DEntityProfile As PropertyBoolean Get
C++
public: property PropertyBoolean^ Draw3DEntityProfile { PropertyBoolean^ get (); }