Share

GridVolumeSurface.CutFactor Property

Gets or sets the cut factor for the surface.



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

Syntax

C#

public virtual double CutFactor { get; set; }

VB

Public Overridable Property CutFactor As Double
	Get
	Set

C++

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

Property Value

Double

Implements

IVolumeSurfaceCutFactor

Remarks

The cut factor specifies the amount that a volume of material expands after it has been removed.

See Also

Reference

Was this information helpful?