CorridorSlopePatternGetGeometries Method

Gets an in-memory DBObjectCollection that are drawn in the canvas for this CorridorSlopePattern.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public DBObjectCollection GetGeometries()

Return Value

DBObjectCollection
Remarks
The result entities could be:
  • Line
  • Polyline with elevation
  • Polyline3d
  • BlockReference
It's recommended to call Dispose() on the returned DBObjectCollection once they are not needed.
See Also