BaselineRegionCollectionRemove(String) Method |
Removes a Region with the given region name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
string regionName
)
Public Function Remove (
regionName As String
) As Boolean
public:
bool Remove(
String^ regionName
)
Parameters
- regionName String
- Name of the created region.
Return Value
Boolean
See Also