Share

TinVolumeSurface.FillFactor Property

Gets or sets the fill factor for the surface.



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

Syntax

C#

public virtual double FillFactor { get; set; }

VB

Public Overridable Property FillFactor As Double
	Get
	Set

C++

public:
virtual property double FillFactor {
	double get ();
	void set (double value);
}

Property Value

Double

Implements

IVolumeSurfaceFillFactor

Remarks

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

See Also

Reference

Was this information helpful?