Gets the default boundary type.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PropertyEnum<SurfaceBoundaryType> BoundaryType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property BoundaryType As PropertyEnum(Of SurfaceBoundaryType) Get |
| Visual C++ |
|---|
public: property PropertyEnum<SurfaceBoundaryType>^ BoundaryType { PropertyEnum<SurfaceBoundaryType>^ get (); } |