SurfacePartialReferenceBoundaryMgrDeleteBoundary Method

Deletes a reference boundary from the partial reference surface.

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

Parameters

refBoundaryId  ObjectId
The object ID of the reference boundary to delete.
Exceptions
ExceptionCondition
[!:System.InvalidOperationException] Thrown when the reference boundary ID has not been found.
See Also