Share

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.280

Syntax

C#

public class SurfaceBoundary

VB

Public Class SurfaceBoundary

C++

public ref 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.

Remarks

A Surface holds the collection of boundaries in its BoundariesDefinition property.

See Also

Reference

Was this information helpful?