SurfacePartialReferenceBoundaryMgrAddBoundary Method

Adds a reference boundary to the partial reference surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddBoundary(
	ObjectId refBoundaryId
)

Parameters

refBoundaryId  ObjectId
The object ID of the reference boundary.
Exceptions
ExceptionCondition
[!: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