Share

SurfacePartialReferenceBoundaryMgr.DeleteBoundary Method

Deletes a reference boundary from the partial reference surface.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void DeleteBoundary(
	ObjectId refBoundaryId
)

VB

Public Sub DeleteBoundary ( 
	refBoundaryId As ObjectId
)

C++

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

Reference

Was this information helpful?