SurfaceDefinitionBoundaries Class

This class encapsulates the boundary operation list for a surface.
Inheritance Hierarchy
SystemObject
  SurfaceDefinitionBaseSurfaceOperationAddBoundary
    Autodesk.Civil.DatabaseServicesSurfaceDefinitionBoundaries

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurfaceDefinitionBoundaries : SurfaceDefinitionBase<SurfaceOperationAddBoundary>

The SurfaceDefinitionBoundaries type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddBoundaries(ObjectIdCollection, Double, SurfaceBoundaryType, Boolean) Adds boundaries to the surface from a collection of entity ObjectIds.
Public methodCode exampleAddBoundaries(Point2dCollection, Double, SurfaceBoundaryType, Boolean) Adds boundaries to the surface from a Point2dCollection.
Public methodCode exampleAddBoundaries(Point3dCollection, Double, SurfaceBoundaryType, Boolean) Adds boundaries to the surface from a Point3dCollection.
Top
Remarks
Operations are stored in the order they are performed on the surface.
See Also