AlignmentGetRegions Method

Note: This API is now obsolete.

Gets the regions, which are included in offset alignment or curb return.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.OffsetAlignmentInfo.Regions instead.", 
	false)]
public AlignmentRegionCollection GetRegions()

Return Value

AlignmentRegionCollection
Exceptions
ExceptionCondition
InvalidOperationException Thrown when:
  • The alignment type is not offset or curb return.
  • The offset alignment has no parent alignment.
See Also