Gets or sets the fill factor for the surface.

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

Syntax

C#
public virtual double FillFactor { get; set; }
Visual Basic
Public Overridable Property FillFactor As Double
	Get
	Set
Visual C++
public:
virtual property double FillFactor {
	double get ();
	void set (double value);
}

Implements

IVolumeSurface..::..FillFactor

Remarks

The fill factor specifies the amount that a volume of material compacts when it is used as fill.

See Also