Share

OffsetAlignmentInfo.Regions Property

Gets a collection of the existing AlignmentRegion objects in the Alignment.



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

Syntax

C#

public AlignmentRegionCollection Regions { get; }

VB

Public ReadOnly Property Regions As AlignmentRegionCollection
	Get

C++

public:
property AlignmentRegionCollection^ Regions {
	AlignmentRegionCollection^ get ();
}

Property Value

AlignmentRegionCollection

See Also

Reference

Was this information helpful?