Share

SurfacePartialReferenceBoundaryMgr.AddBoundary Method

Adds a reference boundary to the partial reference surface.



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

Syntax

C#

public void AddBoundary(
	ObjectId refBoundaryId
)

VB

Public Sub AddBoundary ( 
	refBoundaryId As ObjectId
)

C++

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

Reference

Was this information helpful?