Gets the objectId collection of all child offset alignments, whose parent is this alignment instance.

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

Syntax

C#
public ObjectIdCollection GetChildOffsetAlignmentIds()
Visual Basic
Public Function GetChildOffsetAlignmentIds As ObjectIdCollection
Visual C++
public:
ObjectIdCollection^ GetChildOffsetAlignmentIds()

See Also