SurfacePartialReferenceBoundaryMgrAddBoundary Method |
Adds a reference boundary to the partial reference surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddBoundary(
ObjectId refBoundaryId
)
Public Sub AddBoundary (
refBoundaryId As ObjectId
)
public:
void AddBoundary(
ObjectId refBoundaryId
)
Parameters
- refBoundaryId ObjectId
- The object ID of the reference boundary.
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the boundary is not a simplified, non-self-intersecting polygon.
|
SurfaceException |
Thrown when the surface has already added a reference boundary before.
|
See Also