Share

CorridorSlopePattern.GetGeometries 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.280

Syntax

C#

public DBObjectCollection GetGeometries()

VB

Public Function GetGeometries As DBObjectCollection

C++

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

Reference

Was this information helpful?