Share

BaselineRegionCollection.Remove(String) Method

Removes a Region with the given region name.



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

Syntax

C#

public bool Remove(
	string regionName
)

VB

Public Function Remove ( 
	regionName As String
) As Boolean

C++

public:
bool Remove(
	String^ regionName
)

Parameters

regionName  String
Name of the created region.

Return Value

Boolean

See Also

Reference

Was this information helpful?