This class defines a boundary object for a Surface.
Inheritance HierarchySystemObject
Autodesk.Civil.DatabaseServicesSurfaceBoundary
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic class SurfaceBoundary
Public Class SurfaceBoundary
public ref class SurfaceBoundary
The SurfaceBoundary type exposes the following members.
Properties | Name | Description |
---|
 | BoundaryType |
Gets the boundary type.
|
 | Vertices |
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