SurfaceBoundary Class

This class defines a boundary object for a Surface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceBoundary

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SurfaceBoundary

The SurfaceBoundary type exposes the following members.

Properties
 NameDescription
Public propertyBoundaryType Gets the boundary type.
Public propertyVertices Gets a collection of vertices that make up the boundary.
Top
Remarks
A Surface holds the collection of boundaries in its BoundariesDefinition property.
See Also