Gets the style object that specifies properties for surface outer, show and hide boundaries/borders.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceBoundaryStyle BoundaryStyle { get; }
VB
Public ReadOnly Property BoundaryStyle As SurfaceBoundaryStyle Get
C++
public: property SurfaceBoundaryStyle^ BoundaryStyle { SurfaceBoundaryStyle^ get (); }