GridVolumeSurfaceCutFactor Property |
Gets or sets the cut factor for the surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual double CutFactor { get; set; }
Public Overridable Property CutFactor As Double
Get
Set
public:
virtual property double CutFactor {
double get ();
void set (double value);
}
Property Value
DoubleImplements
IVolumeSurfaceCutFactor
Remarks
The cut factor specifies the amount that a volume of material expands after it has been removed.
See Also