SurfaceContourStyleSmoothingType Property |
Gets or sets the ContourSmoothingType enum value that specifies the type of smoothing used. This property is usable only when SmoothContours is set to true.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ContourSmoothingType SmoothingType { get; set; }
Public Property SmoothingType As ContourSmoothingType
Get
Set
public:
property ContourSmoothingType SmoothingType {
ContourSmoothingType get ();
void set (ContourSmoothingType value);
}
Property Value
ContourSmoothingType
See Also