Gets whether the cleanup method is Fillet, Chamfer, or None.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<ROWCleanupType> CleanupMethodFillet { get; }
VB
Public ReadOnly Property CleanupMethodFillet As PropertyEnum(Of ROWCleanupType) Get
C++
public: property PropertyEnum<ROWCleanupType>^ CleanupMethodFillet { PropertyEnum<ROWCleanupType>^ get (); }