Gets or sets the flag to export solid or body for shapes

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public bool CreateSolidForShape { get; set; }
Visual Basic
Public Property CreateSolidForShape As Boolean
	Get
	Set
Visual C++
public:
property bool CreateSolidForShape {
	bool get ();
	void set (bool value);
}

See Also