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.4.2516.0

Syntax

C#
public PropertyBoolean Draw3DEntityProfile { get; }
Visual Basic
Public ReadOnly Property Draw3DEntityProfile As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ Draw3DEntityProfile {
	PropertyBoolean^ get ();
}

See Also