CorridorSlopePatternGetGeometries Method |
Gets an in-memory DBObjectCollection that are drawn in the canvas for this CorridorSlopePattern.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic DBObjectCollection GetGeometries()
Public Function GetGeometries As DBObjectCollection
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