Gets the objectId collection of all intersection objects in the drawing.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0

Syntax

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

See Also