Gets the default boundary type.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<SurfaceBoundaryType> BoundaryType { get; }
VB
Public ReadOnly Property BoundaryType As PropertyEnum(Of SurfaceBoundaryType) Get
C++
public: property PropertyEnum<SurfaceBoundaryType>^ BoundaryType { PropertyEnum<SurfaceBoundaryType>^ get (); }