GridVolumeSurfaceFillFactor Property |
Gets or sets the fill factor for the surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual double FillFactor { get; set; }
Public Overridable Property FillFactor As Double
Get
Set
public:
virtual property double FillFactor {
double get ();
void set (double value);
}
Property Value
DoubleImplements
IVolumeSurfaceFillFactor
Remarks
The fill factor specifies the amount that a volume of material compacts when it is used as fill.
See Also